Fixed up styling following toolkit string comparison
[platform/core/uifw/dali-demo.git] / resources / style / style-example-theme-one.json.in
1 {
2   "styles":
3   {
4     "Title":{
5       "textColor":"#0000ff",
6       "background":
7       {
8         "visualType":"COLOR",
9         "mixColor": [ 1.0, 1.0, 1.0, 1.0 ]
10       }
11     },
12     "TableView":{
13       "background":
14       {
15         "visualType":"COLOR",
16         "mixColor": [ 1.0, 1.0, 1.0, 0.03 ]
17       }
18     },
19     "FlexContainer":{
20       "background":
21       {
22         "visualType":"COLOR",
23         "mixColor": [ 1.0, 1.0, 1.0, 0.1 ]
24       }
25     },
26     "RadioButton":{
27       "label":{
28         "textColor": [1,1,1,1]
29       }
30     },
31     "CheckBoxButton":{
32       "label":{
33         "textColor": [1,1,1,1]
34       }
35     },
36     "ColorLabel1":{
37       "textColor": [1,0,0,1]
38     },
39     "ColorLabel2":{
40       "textColor": [0,1,0,1]
41     },
42     "ColorLabel3":{
43       "textColor": [0.3,0.3,1,1]
44     },
45     "ThemeLabel":{
46       "textColor":[0,1,1,1]
47     },
48     "PopupTitle":{
49       "textColor":[1,1,1,1]
50     },
51     "PopupBody":{
52       "textColor":[1,1,0,1]
53     },
54     "TextLabel":{
55       "textColor":[0,0,0,1]
56     },
57     "ColorSlider1":{
58       "styles":["Slider"]
59     },
60     "ColorSlider2":{
61       "styles":["slider"]
62     },
63     "ColorSlider3":{
64       "styles":["slider"]
65     }
66   }
67 }