diff options
Diffstat (limited to 'main/res/drawable/action_button_dark.xml')
| -rw-r--r-- | main/res/drawable/action_button_dark.xml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/main/res/drawable/action_button_dark.xml b/main/res/drawable/action_button_dark.xml index 7732b8e..bca85b4 100644 --- a/main/res/drawable/action_button_dark.xml +++ b/main/res/drawable/action_button_dark.xml @@ -1,13 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <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" /> + + <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 |
