Reduced text-selection indicator height for WVGA resolution
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / styles / 720x1280 / dali-toolkit-default-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 720x1280 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":18,
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":10
47     },
48     "TextLabelFontSize2":
49     {
50       "pointSize":15
51     },
52     "TextLabelFontSize3":
53     {
54       "pointSize":19
55     },
56     "TextLabelFontSize4":
57     {
58       "pointSize":25
59     },
60     "TextField":
61     {
62       "pointSize":18,
63       "primaryCursorColor":[0.0,0.72,0.9,1.0],
64       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
65       "cursorWidth":3,
66       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
67       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
68       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
69       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
70     },
71
72     "TextFieldFontSize0":
73     {
74       "pointSize":10
75     },
76     "TextFieldFontSize1":
77     {
78       "pointSize":10
79     },
80     "TextFieldFontSize2":
81     {
82       "pointSize":10
83     },
84     "TextFieldFontSize3":
85     {
86       "pointSize":10
87     },
88     "TextFieldFontSize4":
89     {
90       "pointSize":10
91     },
92     "TextSelectionPopup":
93     {
94       "popupMaxSize":[656,72],
95       "optionDividerSize":[2,0],
96       "popupDividerColor":[0.23,0.72,0.8,0.11],
97       "popupIconColor":[1.0,1.0,1.0,1.0],
98       "popupPressedColor":[0.24,0.72,0.8,0.11],
99       "background": {
100         "visualType": "IMAGE",
101         "url": "{DALI_IMAGE_DIR}selection-popup-bg.9.png"
102         },
103       "popupFadeInDuration":0.25,
104       "popupFadeOutDuration":0.25
105     },
106     "TextSelectionPopupButton":
107     {
108       "label":
109       {
110         "visualType":"TEXT",
111         "pointSize":8
112       },
113       "unselectedBackgroundVisual":
114       {
115         "visualType": "IMAGE",
116         "url": ""
117       },
118       "selectedBackgroundVisual":
119       {
120         "visualType": "IMAGE",
121         "url": ""
122       }
123     },
124     "TextSelectionToolbar":
125     {
126       "enableOvershoot":true,
127       "enableScrollBar":true,
128       "scrollView":
129       {
130         "overshootAnimationSpeed":360.0,
131         "overshootSize":[720.0,130.0]
132       }
133     },
134     "TextSelectionScrollBar":
135     {
136       "indicatorShowDuration":0.25,
137       "indicatorHideDuration":0.25
138     },
139     "TextSelectionScrollIndicator":
140     {
141       "image":
142       {
143         "visualType":"IMAGE",
144         "url":"{DALI_IMAGE_DIR}text_selection_scroll_indicator.9.png"
145       },
146       "color":[0.0,0.72,0.9,0.7]
147     },
148     "ScrollView":
149     {
150       "overshootEffectColor":"B018",
151       "overshootAnimationSpeed":360.0,
152       "overshootSize":[720.0,130.0]
153     },
154     "ItemView":
155     {
156       "overshootEffectColor":"B018",
157       "overshootAnimationSpeed":360.0,
158       "overshootSize":[720.0,130.0]
159     },
160     "ScrollBar":
161     {
162       "indicatorShowDuration":0.25,
163       "indicatorHideDuration":0.25,
164       "color":[0.0,0.72,0.9,0.7]
165     },
166     "TextEditor":
167     {
168       "pointSize":18,
169       "primaryCursorColor":[0.0,0.72,0.9,1.0],
170       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
171       "cursorWidth":3,
172       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
173       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
174       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
175       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
176     },
177     "Popup":
178     {
179       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png",
180       "tailUpImage":"{DALI_IMAGE_DIR}popup_tail_up.png",
181       "tailDownImage":"{DALI_IMAGE_DIR}popup_tail_down.png",
182       "tailLeftImage":"{DALI_IMAGE_DIR}popup_tail_left.png",
183       "tailRightImage":"{DALI_IMAGE_DIR}popup_tail_right.png",
184       "popupBackgroundBorder":[17,17,13,13]
185     },
186     "ConfirmationPopup":
187     {
188       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png",
189       "tailUpImage":"{DALI_IMAGE_DIR}popup_tail_up.png",
190       "tailDownImage":"{DALI_IMAGE_DIR}popup_tail_down.png",
191       "tailLeftImage":"{DALI_IMAGE_DIR}popup_tail_left.png",
192       "tailRightImage":"{DALI_IMAGE_DIR}popup_tail_right.png",
193       "popupBackgroundBorder":[17,17,13,13]
194     },
195     "Slider":
196     {
197       "showPopup": true,
198       "showValue": true,
199       "valuePrecision": 0,
200       "trackVisual":{
201         "url":"{DALI_IMAGE_DIR}slider-skin.9.png",
202         "size":[27,27]
203       },
204       "progressVisual":{
205         "url":"{DALI_IMAGE_DIR}slider-skin-progress.9.png",
206         "size":[27,27]
207       },
208       "handleVisual":{
209         "url":"{DALI_IMAGE_DIR}slider-skin-handle.png",
210         "size":[72,72]
211       },
212       "popupVisual":"{DALI_IMAGE_DIR}slider-popup.9.png",
213       "popupArrowVisual":"{DALI_IMAGE_DIR}slider-popup-arrow.9.png",
214       "disableColor":[0.5, 0.5, 0.5, 1.0],
215       "popupTextColor":[0.5,0.5,0.5,1.0],
216       "hitRegion":[0, 72],
217       "marks":[],
218       "snapToMarks":false,
219       "markTolerance":0.05
220     },
221     "SliderHandleTextLabel":
222     {
223       "textColor":[0.8,0.8,1,1]
224     },
225     "ProgressBar":
226     {
227       "trackVisual":{
228         "visualType":"IMAGE",
229         "url":"{DALI_IMAGE_DIR}progress-bar-skin-track.9.png"
230       },
231       "progressVisual":{
232         "visualType":"IMAGE",
233         "url":"{DALI_IMAGE_DIR}progress-bar-skin-progress.9.png"
234       },
235       "secondaryProgressVisual":{
236         "visualType":"IMAGE",
237         "url":"{DALI_IMAGE_DIR}progress-bar-skin-secondary-progress.9.png"
238       },
239       "indeterminateVisual":{
240         "visualType":"IMAGE",
241         "pixelArea":[0.0, 0.0, 10.0, 1.0],
242         "wrapModeU":"REPEAT",
243         "url":"{DALI_IMAGE_DIR}progress-bar-skin-indeterminate.png"
244       },
245       "indeterminateVisualAnimation":
246       [
247         {
248           "target":"indeterminateVisual",
249           "property":"pixelArea",
250           "initialValue":[0.0, 0.0, 10.0, 1.0],
251           "targetValue":[-1.0, 0.0, 10.0, 1.0],
252           "animator":
253           {
254             "alphaFunction":"DEFAULT",
255             "timePeriod":
256             {
257               "duration":0.8,
258               "delay":0
259             }
260           }
261         }
262       ],
263       "labelVisual":{
264         "visualType": "TEXT",
265         "textColor": [ 1.0, 1.0, 1.0, 1.0 ],
266         "pointSize" : 12.0, // Point size must always be provided to Text Visual
267         "horizontalAlignment": "CENTER",
268         "verticalAlignment": "CENTER"
269       },
270       "progressValue": 0.0,
271       "secondaryProgressValue":0.0,
272       "indeterminate": false
273     },
274     "Button":
275     {
276       "initialAutoRepeatingDelay":2.0,
277       "nextAutoRepeatingDelay":0.9
278       // Note: Visuals added to Button will be used in all derived buttons unless overridden.
279     },
280     "PushButton":
281     {
282       "styles":["Button"],
283       "autoRepeating":false,
284       "togglable":false,
285       "labelPadding":[ 12.0, 12.0, 12.0, 12.0 ],
286       "label":
287        {
288          "visualType": "TEXT",
289          "horizontalAlignment": "CENTER",
290          "pointSize" : 10.0, // Point size must always be provided to Text Visual
291          "verticalAlignment": "CENTER"
292        },
293       "unselectedBackgroundVisual":
294        {
295          "visualType": "IMAGE",
296          "url": "{DALI_IMAGE_DIR}button-up.9.png"
297        },
298        "selectedBackgroundVisual":
299        {
300          "visualType": "IMAGE",
301          "url": "{DALI_IMAGE_DIR}button-down.9.png"
302        },
303        "disabledSelectedBackgroundVisual":
304        {
305          "visualType": "IMAGE",
306          "url": "{DALI_IMAGE_DIR}button-down-disabled.9.png"
307        },
308        "disabledUnselectedBackgroundVisual":
309        {
310          "visualType": "IMAGE",
311          "url": "{DALI_IMAGE_DIR}button-disabled.9.png"
312        }
313     },
314     "CheckBoxButton":
315     {
316       "styles":["Button"],
317       "labelPadding":[ 12.0, 12.0, 0.0, 0.0 ],
318       "label":
319        {
320          "visualType": "TEXT",
321          "pointSize" : 10.0, // Point size must always be provided to Text Visual
322          "verticalAlignment": "CENTER"
323        },
324       "unselectedVisual":
325       {
326         "visualType": "IMAGE",
327         "url": "{DALI_IMAGE_DIR}checkbox-unselected.png"
328       },
329       "selectedVisual":
330       {
331         "visualType": "IMAGE",
332         "url": "{DALI_IMAGE_DIR}checkbox-selected.png"
333       },
334       "disabledUnselectedVisual":
335       {
336         "visualType": "IMAGE",
337         "url": "{DALI_IMAGE_DIR}checkbox-unselected-disabled.png"
338       },
339       "disabledSelectedVisual":
340       {
341         "visualType": "IMAGE",
342         "url": "{DALI_IMAGE_DIR}checkbox-selected-disabled.png"
343       }
344     },
345     "RadioButton":
346     {
347       "styles":["Button"],
348       "labelPadding":[ 12.0, 12.0, 0.0, 0.0 ],
349       "label":
350        {
351          "visualType": "TEXT",
352          "pointSize" : 10.0, // Point size must always be provided to Text Visual
353          "verticalAlignment": "CENTER"
354        },
355       "unselectedVisual":
356       {
357         "visualType": "IMAGE",
358         "url": "{DALI_IMAGE_DIR}radio-button-unselected.png"
359       },
360       "selectedVisual":
361       {
362         "visualType": "IMAGE",
363         "url": "{DALI_IMAGE_DIR}radio-button-selected.png"
364       },
365       "disabledUnselectedVisual":
366       {
367         "visualType": "IMAGE",
368         "url": "{DALI_IMAGE_DIR}radio-button-unselected-disabled.png"
369       },
370       "disabledSelectedVisual":
371       {
372         "visualType": "IMAGE",
373         "url": "{DALI_IMAGE_DIR}radio-button-selected-disabled.png"
374       }
375     }
376   }
377 }