Platform specific resource locations for dali demos
[platform/core/uifw/dali-demo.git] / resources / style / demo-theme.json.in
1 /*
2  * Copyright (c) 2000-2016 Samsung Electronics Co., Ltd
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  *
15  */
16
17 {
18   "styles":
19   {
20     "confirmationpopup":{
21       "popupBackgroundImage":"{APPLICATION_RESOURCE_PATH}/images/00_popup_bg.9.png"
22     },
23
24     "textlabel-Rosemary":
25     {
26       "fontFamily":"Rosemary"
27     },
28     "textlabel":
29     {
30       "fontStyle":"Regular",
31       "pointSize":18
32     },
33     "launcherlabel":
34     {
35       "pointSize":18
36     },
37
38     "toolbarlabel":
39     {
40       "pointSize":18
41     },
42
43     "builderlabel":
44     {
45       "pointSize":13
46     },
47
48     "scrollview":
49     {
50       "overshootEffectColor":"B018"
51     },
52
53     "grouplabel":
54     {
55       "pointSize":9
56     },
57
58     "buttonlabel":
59     {
60       "pointSize":11
61     },
62
63     "launcherbackground":
64     {
65       "background":
66       {
67         "visualType": "GRADIENT",
68         "center": [240, 400],
69         "radius": 932,
70         "units": "USER_SPACE",
71         "stopColor": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]]
72       }
73     }
74   }
75 }