aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/action_button_dark.xml
diff options
context:
space:
mode:
authorGerald Barker <geraldbarker@gmail.com>2011-09-03 11:49:25 +0100
committerGerald Barker <geraldbarker@gmail.com>2011-09-03 11:49:25 +0100
commit22940d838d710537e8e5c83b1d22015747fbc4e4 (patch)
tree216ea388625a7f7ed3505e5854b025fc475f5a14 /res/drawable/action_button_dark.xml
parent560ce54b9727e4fb5e514716b33b70352f3a0ff1 (diff)
parent8d040c24bfbb2a12788dede9911f14333df5098d (diff)
downloadcgeo-22940d838d710537e8e5c83b1d22015747fbc4e4.zip
cgeo-22940d838d710537e8e5c83b1d22015747fbc4e4.tar.gz
cgeo-22940d838d710537e8e5c83b1d22015747fbc4e4.tar.bz2
Update locaal branch to revision 8d040c24bfbb2a12788d
Diffstat (limited to 'res/drawable/action_button_dark.xml')
-rw-r--r--res/drawable/action_button_dark.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/res/drawable/action_button_dark.xml b/res/drawable/action_button_dark.xml
index 82ecdcd..7732b8e 100644
--- a/res/drawable/action_button_dark.xml
+++ b/res/drawable/action_button_dark.xml
@@ -1,7 +1,13 @@
<?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" />
+ <item android:drawable="@drawable/action_button_dark_pressed"
+ android:state_focused="true" android:state_pressed="true" />
+ <item android:drawable="@drawable/action_button_dark_pressed"
+ android:state_focused="false" android:state_pressed="true" />
+ <item android:drawable="@drawable/action_button_dark_selected"
+ android:state_focused="true" />
+ <item android:drawable="@drawable/action_button_dark_default"
+ android:state_focused="false" android:state_pressed="false" />
+ <item android:drawable="@drawable/action_button_dark_off"
+ android:state_enabled="false" />
</selector> \ No newline at end of file