aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/attrs.xml
blob: ba4cf1d29f3ceb3f0a51dd5ea3195bacd5ac8b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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" />

    <!-- 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>