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/values/attrs.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/values/attrs.xml')
| -rw-r--r-- | main/res/values/attrs.xml | 67 |
1 files changed, 34 insertions, 33 deletions
diff --git a/main/res/values/attrs.xml b/main/res/values/attrs.xml index 092d307..ba4cf1d 100644 --- a/main/res/values/attrs.xml +++ b/main/res/values/attrs.xml @@ -1,37 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> <resources> - <declare-styleable name="cgCompassMini"> - <attr name="skin" format="integer" /> - </declare-styleable> - <!-- colors --> - <attr name="just_color" format="color" /> - <attr name="text_color" format="color" /> - <attr name="text_color_headline" format="color" /> - <attr name="text_color_grey" format="color" /> - <attr name="text_color_hint" format="color" /> - <attr name="text_color_link" format="color" /> - <attr name="button_color_enabled" format="color" /> - <attr name="button_color_disabled" format="color" /> - <attr name="background_color" format="color" /> - <attr name="background_color_notice" format="color" /> - <attr name="background_color_transparent" format="color" /> - <attr name="separator_color" format="color" /> + <declare-styleable name="cgCompassMini"> + <attr name="skin" format="integer" /> + </declare-styleable> - <!-- drawables --> - <attr name="button" format="integer" /> - <attr name="input" format="integer" /> - <attr name="inventory" format="integer" /> - <attr name="favorite" format="integer" /> - <attr name="favorite_r" format="integer" /> - <attr name="favorite_o" format="integer" /> - <attr name="favorite_g" format="integer" /> - <attr name="close" format="integer" /> - <attr name="log_img_icon" format="integer" /> - <attr name="actionbar_compass" format="integer" /> - - <!-- others --> - <attr name="compass" format="integer" /> - <attr name="progressSpinnerLarge" format="integer" /> - -</resources> + <!-- colors --> + <attr name="just_color" format="color" /> + <attr name="text_color" format="color" /> + <attr name="text_color_headline" format="color" /> + <attr name="text_color_grey" format="color" /> + <attr name="text_color_hint" format="color" /> + <attr name="text_color_link" format="color" /> + <attr name="button_color_enabled" format="color" /> + <attr name="button_color_disabled" format="color" /> + <attr name="background_color" format="color" /> + <attr name="background_color_notice" format="color" /> + <attr name="background_color_transparent" format="color" /> + <attr name="separator_color" format="color" /> + + <!-- drawables --> + <attr name="button" format="integer" /> + <attr name="input" format="integer" /> + <attr name="inventory" format="integer" /> + <attr name="favorite" format="integer" /> + <attr name="favorite_r" format="integer" /> + <attr name="favorite_o" format="integer" /> + <attr name="favorite_g" format="integer" /> + <attr name="close" format="integer" /> + <attr name="log_img_icon" format="integer" /> + <attr name="actionbar_compass" format="integer" /> + + <!-- others --> + <attr name="compass" format="integer" /> + <attr name="progressSpinnerLarge" format="integer" /> + +</resources>
\ No newline at end of file |
