aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable/action_button_light.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/drawable/action_button_light.xml')
-rw-r--r--main/res/drawable/action_button_light.xml17
1 files changed, 7 insertions, 10 deletions
diff --git a/main/res/drawable/action_button_light.xml b/main/res/drawable/action_button_light.xml
index 21d2310..b23b3b9 100644
--- a/main/res/drawable/action_button_light.xml
+++ b/main/res/drawable/action_button_light.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_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" />
+
+ <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