644814fb7c6f91bf6731302c15d6e8663aaa6116
[platform/core/uifw/dali-demo.git] / resources / style / mobile / demo-theme.json.in
1 /*
2  * Copyright (c) 2000-2016 Samsung Electronics Co., Ltd
3
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18 {
19   "styles":
20   {
21     "CustomPopupStyle":{
22       "popupBackgroundImage":"{APPLICATION_RESOURCE_PATH}/images/popup.9.png",
23       "popupBackgroundBorder":[0,4,4,0],
24       "tailUpImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-up.png",
25       "tailDownImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-down.png",
26       "tailLeftImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-left.png",
27       "tailRightImage":"{APPLICATION_RESOURCE_PATH}/images/popup-tail-right.png"
28     },
29     "TextLabelRosemary":
30     {
31       "fontFamily":"Rosemary"
32     },
33     "TextLabel":
34     {
35       "fontStyle":{"weight":"normal"},
36       "pointSize":18
37     },
38     "TextLabelFontSize0":
39     {
40       "pointSize":8
41     },
42     "TextLabelFontSize1":
43     {
44       "pointSize":10
45     },
46     "TextLabelFontSize2":
47     {
48       "pointSize":15
49     },
50     "TextLabelFontSize3":
51     {
52       "pointSize":19
53     },
54     "TextLabelFontSize4":
55     {
56       "pointSize":25
57     },
58
59     "Launcherlabel":
60     {
61       "pointSize":8
62     },
63
64     "ToolbarLabel":
65     {
66       "pointSize":10
67     },
68
69     "BuilderLabel":
70     {
71       "pointSize":10
72     },
73
74     "ScrollView":
75     {
76       "overshootEffectColor":"B018"
77     },
78
79     "GroupLabel":
80     {
81       "pointSize":6
82     },
83
84     "ButtonLabel":
85     {
86       "pointSize":8
87     },
88
89     "LauncherBackground":
90     {
91       "background":
92       {
93         "visualType": "GRADIENT",
94         "center": [360, 640],
95         "radius": 1468,
96         "units": "USER_SPACE",
97         "stopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]]
98       }
99     }
100   }
101 }