diff options
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 |
