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/map_close_dark.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/map_close_dark.xml')
-rw-r--r-- | main/res/drawable/map_close_dark.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/main/res/drawable/map_close_dark.xml b/main/res/drawable/map_close_dark.xml index 794736e..cdb074e 100644 --- a/main/res/drawable/map_close_dark.xml +++ b/main/res/drawable/map_close_dark.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> - <stroke - android:color="#FF000000" - android:width="1px" /> - <solid - android:color="#99000000" /> + android:shape="rectangle" > + + <stroke + android:width="1px" + android:color="#FF000000" /> + + <solid android:color="#99000000" /> + </shape>
\ No newline at end of file |