-
Notifications
You must be signed in to change notification settings - Fork 9
/
Theme.txt
45 lines (32 loc) · 887 Bytes
/
Theme.txt
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
[class name]
[attribut name]
WINDOW
backgroundImg
backgroundColor
CONTAINER_BAR
backgroundImg
backgroundColor
CONTAINER_PANEL
backgroundImg
backgroundColor
BUTTON_BAR
backgroundColor
BUTTON_PANEL
textColor
backgroundImg
backgroundColor
TEXT_LABEL //Pour tous les labels indicatifs
textColor
TEXT_EDIT //Ça correspond l'attribut 'text' et 'text-find'
textColor
TEXT_TITLE //Ça correspond l'attribut 'title'
textColor
TEXT_DESCRIPTION //Ça correspond l'attribut 'description'
textColor
TEXT_SECTIONHEADER //Header d'alphabet dans la list
backgroundColor
textColor
LISTVIEW
dividerColor
indexerTextColor //Couleur de la barre de navigation (A-Z)
Supported color formats are: #RRGGBB #AARRGGBB 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta', 'yellow', 'lightgray', 'darkgray'.