blob: 558c3532074a7f914441532b198a6547408575d3 (
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
|
<?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="favourite" format="integer" />
<attr name="favourite_r" format="integer" />
<attr name="favourite_o" format="integer" />
<attr name="favourite_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>
|