diff options
Diffstat (limited to 'res/drawable/action_button_light.xml')
| -rw-r--r-- | res/drawable/action_button_light.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/res/drawable/action_button_light.xml b/res/drawable/action_button_light.xml index ac59bf7..21d2310 100644 --- a/res/drawable/action_button_light.xml +++ b/res/drawable/action_button_light.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_light_default" /> - <item android:state_pressed="true" android:drawable="@drawable/action_button_light_pressed" /> - <item android:state_focused="true" android:drawable="@drawable/action_button_light_pressed" /> - <item android:drawable="@drawable/action_button_light_off" /> + <item android:drawable="@drawable/action_button_light_pressed" + android:state_focused="true" android:state_pressed="true" /> + <item android:drawable="@drawable/action_button_light_pressed" + android:state_focused="false" android:state_pressed="true" /> + <item android:drawable="@drawable/action_button_light_selected" + android:state_focused="true" /> + <item android:drawable="@drawable/action_button_light_default" + android:state_focused="false" android:state_pressed="false" /> + <item android:drawable="@drawable/action_button_light_off" + android:state_enabled="false" /> </selector>
\ No newline at end of file |
