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/favorite_background_red_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/favorite_background_red_dark.xml')
| -rw-r--r-- | main/res/drawable/favorite_background_red_dark.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/main/res/drawable/favorite_background_red_dark.xml b/main/res/drawable/favorite_background_red_dark.xml index 2fb580e..4fd6a57 100644 --- a/main/res/drawable/favorite_background_red_dark.xml +++ b/main/res/drawable/favorite_background_red_dark.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" - android:shape="rectangle"> - <stroke - android:color="#99FFFFFF" - android:width="2px" /> - <solid - android:color="#99FF0000" /> - <corners - android:bottomLeftRadius="5dip" /> + android:shape="rectangle" > + + <stroke + android:width="2px" + android:color="#99FFFFFF" /> + + <solid android:color="#99FF0000" /> + + <corners android:bottomLeftRadius="5dip" /> + </shape>
\ No newline at end of file |
