[3.0] Added a simple application for testing Styling
[platform/core/uifw/dali-demo.git] / resources / style / mobile / 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 }