aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/action_button_dark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/action_button_dark.xml')
-rw-r--r--res/drawable/action_button_dark.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/drawable/action_button_dark.xml b/res/drawable/action_button_dark.xml
new file mode 100644
index 0000000..82ecdcd
--- /dev/null
+++ b/res/drawable/action_button_dark.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="true" android:drawable="@drawable/action_button_dark_default" />
+ <item android:state_pressed="true" android:drawable="@drawable/action_button_dark_pressed" />
+ <item android:state_focused="true" android:drawable="@drawable/action_button_dark_pressed" />
+ <item android:drawable="@drawable/action_button_dark_off" />
+</selector> \ No newline at end of file