summaryrefslogtreecommitdiffstats
path: root/res/drawable/small_button_stateful.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/small_button_stateful.xml')
-rw-r--r--res/drawable/small_button_stateful.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/drawable/small_button_stateful.xml b/res/drawable/small_button_stateful.xml
new file mode 100644
index 0000000..a3326dd
--- /dev/null
+++ b/res/drawable/small_button_stateful.xml
@@ -0,0 +1,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>