friend assembly, nuget lib test
[platform/core/csapi/nui.git] / NUISample2 / NUISample2 / NUISample2.Tizen / res / json / control-dashboard-theme.json
1 /*
2  * Copyright (c) 2017 Samsung Electronics Co., Ltd.
3  *
4  * This file is part of Dali Toolkit
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18
19
20 //******************************************************************************
21 //
22 // Default Reference style theme for a 1920x1080 resolution, The values determined by UX design specification.
23 // This file can be copied to a new folder within the styles/ directory and amended with new default values.
24 // Can be overriden if StyleManager applies another style sheet.
25 //
26 //******************************************************************************
27
28 {
29   "styles":
30   {
31     "TextLabel":
32     {
33       "pointSize":8,
34       "enableAutoScroll":false,
35       "autoScrollLoopCount":2,
36       "autoScrollGap":50,
37       "autoScrollSpeed":80
38     },
39
40     "TextLabelFontSize0":
41     {
42       "pointSize":8
43     },
44     "TextLabelFontSize1":
45     {
46       "pointSize":9
47     },
48     "TextLabelFontSize2":
49     {
50       "pointSize":10
51     },
52     "TextLabelFontSize3":
53     {
54       "pointSize":11
55     },
56     "TextLabelFontSize4":
57     {
58       "pointSize":12
59     },
60
61     "TextField":
62     {
63       "pointSize":8,
64       "primaryCursorColor":[0.0,0.72,0.9,1.0],
65       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
66       "cursorWidth":6,
67       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
68       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
69       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
70       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
71     },
72
73     "TextFieldFontSize0":
74     {
75       "pointSize":8
76     },
77     "TextFieldFontSize1":
78     {
79       "pointSize":9
80     },
81     "TextFieldFontSize2":
82     {
83       "pointSize":10
84     },
85     "TextFieldFontSize3":
86     {
87       "pointSize":11
88     },
89     "TextFieldFontSize4":
90     {
91       "pointSize":20
92     },
93     "ScrollView":
94     {
95       "overshootEffectColor":"B018",
96       "overshootAnimationSpeed":960.0,
97       "overshootSize":[1920.0,130.0]
98     },
99     "ItemView":
100     {
101       "overshootEffectColor":"B018",
102       "overshootAnimationSpeed":960.0,
103       "overshootSize":[1920.0,130.0]
104     },
105     "TextEditor":
106     {
107       "pointSize":8,
108       "primaryCursorColor":[0.0,0.72,0.9,1.0],
109       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
110       "cursorWidth":6,
111       "selectionHighlightColor":[0.75,0.96,1.0,1.0]
112     },
113     "Button":
114     {
115       "styles":["Tooltip"],
116       "initialAutoRepeatingDelay":2.0,
117       "nextAutoRepeatingDelay":0.9
118       // Note: Visuals added to Button will be used in all derived buttons unless overridden.
119     },
120     "PushButton":
121     {
122       "styles":["Button"],
123       "autoRepeating":false,
124       "togglable":false,
125       "labelPadding":[ 12.0, 12.0, 12.0, 12.0 ],
126       "label":
127        {
128          "visualType": "TEXT",
129          "horizontalAlignment": "CENTER",
130          "pointSize" : 6.0, // Point size must always be provided to Text Visual
131          "verticalAlignment": "CENTER"
132        }
133     },
134     "CheckBoxButton":
135     {
136       "styles":["Button"],
137       "labelPadding":[ 12.0, 12.0, 0.0, 0.0 ],
138       "label":
139        {
140          "visualType": "TEXT",
141          "pointSize" : 8.0, // Point size must always be provided to Text Visual
142          "verticalAlignment": "CENTER"
143        }
144     },
145     "RadioButton":
146     {
147       "styles":["Button"],
148       "labelPadding":[ 12.0, 12.0, 0.0, 0.0 ],
149       "label":
150        {
151          "visualType": "TEXT",
152          "pointSize" : 8.0, // Point size must always be provided to Text Visual
153          "verticalAlignment": "CENTER"
154        }
155     }
156   }
157 }