fd262df09749781d595509c1b99e5d129951d591
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / styles / 480x800 / dali-toolkit-default-theme.json
1 /*
2  * Copyright (c) 2016 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 480x800 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     "RadioButton":
61     {
62       "unselectedStateImage":"{DALI_IMAGE_DIR}radio-button-unselected.png",
63       "selectedStateImage":"{DALI_IMAGE_DIR}radio-button-selected.png",
64       "disabledUnselectedStateImage":"{DALI_IMAGE_DIR}radio-button-unselected-disabled.png",
65       "disabledSelectedStateImage":"{DALI_IMAGE_DIR}radio-button-selected-disabled.png"
66     },
67
68     "TextField":
69     {
70       "pointSize":8.5,
71       "primaryCursorColor":[0.0,0.72,0.9,1.0],
72       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
73       "cursorWidth":1,
74       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
75       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
76       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
77       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
78     },
79
80     "TextSelectionPopup":
81     {
82       "popupMaxSize":[400,100],
83       "optionDividerSize":[2,0],
84       "popupDividerColor":[0.23,0.72,0.8,0.11],
85       "popupIconColor":[1.0,1.0,1.0,1.0],
86       "popupPressedColor":[0.24,0.72,0.8,0.11],
87       "background": {
88         "visualType": "IMAGE",
89         "url": "{DALI_IMAGE_DIR}selection-popup-bg.9.png"
90         },
91       "popupFadeInDuration":0.25,
92       "popupFadeOutDuration":0.25
93     },
94     "TextSelectionPopupButton":
95     {
96       "label":
97       {
98         "pointSize":8,
99         "fontStyle":"{\"weight\":\"light\"}"
100       }
101     },
102     "TextSelectionToolbar":
103     {
104       "enableOvershoot":true,
105       "enableScrollBar":true,
106       "scrollView":
107       {
108         "overshootAnimationSpeed":120.0,
109         "overshootSize":[480.0,42.0]
110       }
111     },
112     "ScrollView":
113     {
114       "overshootEffectColor":"B018",
115       "overshootAnimationSpeed":120.0,
116       "overshootSize":[480.0,42.0]
117     },
118     "ItemView":
119     {
120       "overshootEffectColor":"B018",
121       "overshootAnimationSpeed":120.0,
122       "overshootSize":[480.0,42.0]
123     },
124     "ScrollBar":
125     {
126       "indicatorShowDuration":0.25,
127       "indicatorHideDuration":0.25,
128       "color":[0.0,0.72,0.9,0.7]
129     },
130     "TextEditor":
131     {
132       "pointSize":18,
133       "primaryCursorColor":[0.0,0.72,0.9,1.0],
134       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
135       "cursorWidth":1,
136       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
137       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
138       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
139       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
140     },
141     "Popup":
142     {
143       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
144     },
145     "ConfirmationPopup":
146     {
147       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
148     },
149     "Slider":
150     {
151       "showPopup": true,
152       "showValue": true,
153       "valuePrecision": 0,
154       "trackVisual":{
155         "url":"{DALI_IMAGE_DIR}slider-skin.9.png",
156         "size":[27,27]
157       },
158       "progressVisual":{
159         "url":"{DALI_IMAGE_DIR}slider-skin-progress.9.png",
160         "size":[27,27]
161       },
162       "handleVisual":{
163         "url":"{DALI_IMAGE_DIR}slider-skin-handle.png",
164         "size":[72,72]
165       },
166       "popupVisual":"{DALI_IMAGE_DIR}slider-popup.9.png",
167       "popupArrowVisual":"{DALI_IMAGE_DIR}slider-popup-arrow.9.png",
168       "disableColor":[0.5, 0.5, 0.5, 1.0],
169       "popupTextColor":[0.5,0.5,0.5,1.0],
170       "hitRegion":[0, 72],
171       "marks":[],
172       "snapToMarks":false,
173       "markTolerance":0.05
174     },
175     "SliderHandleTextLabel":
176     {
177       "textColor":[0.8,0.8,1,1]
178     }
179   }
180 }