diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
commit | d2d92f04608e0877a648b08e36e8c6155a8947d3 (patch) | |
tree | 8de080bfc067bdf69c3f4003610e6344bb98b055 /main/res/drawable/main_live.xml | |
parent | c2fc75e67cb016ad1884816d5fe432063488359a (diff) | |
download | cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2 |
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'main/res/drawable/main_live.xml')
-rw-r--r-- | main/res/drawable/main_live.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/main/res/drawable/main_live.xml b/main/res/drawable/main_live.xml index 9914a23..18bd82d 100644 --- a/main/res/drawable/main_live.xml +++ b/main/res/drawable/main_live.xml @@ -1,11 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:drawable="@drawable/main_live_pressed" - android:state_focused="true" android:state_pressed="true" /> - <item android:drawable="@drawable/main_live_pressed" - android:state_focused="false" android:state_pressed="true" /> - <item android:drawable="@drawable/main_live_selected" - android:state_focused="true" /> - <item android:drawable="@drawable/main_live_default" - android:state_focused="false" android:state_pressed="false" /> + + <item android:drawable="@drawable/main_live_pressed" android:state_focused="true" android:state_pressed="true"/> + <item android:drawable="@drawable/main_live_pressed" android:state_focused="false" android:state_pressed="true"/> + <item android:drawable="@drawable/main_live_selected" android:state_focused="true"/> + <item android:drawable="@drawable/main_live_default" android:state_focused="false" android:state_pressed="false"/> + </selector>
\ No newline at end of file |