what-the-bank/resources/res/drawable/abc_btn_borderless_material...

11 lines
365 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
state_focused="true"
drawable="@drawable/abc_btn_default_mtrl_shape"/>
<item
state_pressed="true"
drawable="@drawable/abc_btn_default_mtrl_shape"/>
<item drawable="@android:color/transparent"/>
</selector>