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_stored_pressed.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_stored_pressed.xml')
-rw-r--r-- | main/res/drawable/main_stored_pressed.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/main/res/drawable/main_stored_pressed.xml b/main/res/drawable/main_stored_pressed.xml index a74cf6d..63569cc 100644 --- a/main/res/drawable/main_stored_pressed.xml +++ b/main/res/drawable/main_stored_pressed.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="utf-8"?> -<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> - <item> - <bitmap android:src="@drawable/main_stored_default" /> - </item> - <item android:top="1dp" - android:bottom="3dp" - android:left="2dp" - android:right="2dp"> - <inset android:drawable="@drawable/main_overlay_pressed" /> - </item> +<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > + + <item> + <bitmap android:src="@drawable/main_stored_default" /> + </item> + <item + android:bottom="3dp" + android:left="2dp" + android:right="2dp" + android:top="1dp"> + <inset android:drawable="@drawable/main_overlay_pressed" /> + </item> + </layer-list>
\ No newline at end of file |