summaryrefslogtreecommitdiffstats
path: root/res/drawable/small_button_stateful.xml
blob: a3326ddab71db66ad9a693e4c2593cde3f34a87b (plain)
1
2
3
4
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true" android:drawable="@drawable/small_button_pressed" />
    <item android:drawable="@drawable/small_button" />
</selector>