blob: d4050c9b188a5a1b667ac6ef18675eeff0de717d (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?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="close" format="integer" />
<attr name="log_img_icon" format="integer" />
<attr name="actionbar_compass" format="integer" />
<attr name="settings_cloud" format="integer" />
<attr name="settings_details" format="integer" />
<attr name="settings_eye" format="integer" />
<attr name="settings_map" format="integer" />
<attr name="settings_arrow" format="integer" />
<attr name="settings_nut" format="integer" />
<attr name="settings_pen" format="integer" />
<attr name="settings_sdcard" format="integer" />
<attr name="settings_info_icon" format="integer" />
<!-- attributes for custom made preferences -->
<attr name="text" format="string" />
<attr name="url" format="string" />
<attr name="urlButton" format="string" />
<attr name="connector" format="string" />
<!-- others -->
<attr name="compass" format="integer" />
<attr name="progressSpinnerLarge" format="integer" />
</resources>
|