Text - FONT_STYLE and INPUT_FONT_STYLE properties refactor.
[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":18,
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     "TextFieldFontSize0":
81     {
82       "pointSize":10
83     },
84     "TextFieldFontSize1":
85     {
86       "pointSize":10
87     },
88     "TextFieldFontSize2":
89     {
90       "pointSize":10
91     },
92     "TextFieldFontSize3":
93     {
94       "pointSize":10
95     },
96     "TextFieldFontSize4":
97     {
98       "pointSize":10
99     },
100     "TextSelectionPopup":
101     {
102       "popupMaxSize":[400,100],
103       "optionDividerSize":[2,0],
104       "popupDividerColor":[0.23,0.72,0.8,0.11],
105       "popupIconColor":[1.0,1.0,1.0,1.0],
106       "popupPressedColor":[0.24,0.72,0.8,0.11],
107       "background": {
108         "visualType": "IMAGE",
109         "url": "{DALI_IMAGE_DIR}selection-popup-bg.9.png"
110         },
111       "popupFadeInDuration":0.25,
112       "popupFadeOutDuration":0.25
113     },
114     "TextSelectionPopupButton":
115     {
116       "label":
117       {
118         "pointSize":8,
119         "fontStyle":{"weight":"light"}
120       }
121     },
122     "TextSelectionToolbar":
123     {
124       "enableOvershoot":true,
125       "scrollView":
126       {
127         "overshootAnimationSpeed":120.0,
128         "overshootSize":[480.0,42.0]
129       }
130     },
131     "ScrollView":
132     {
133       "overshootEffectColor":"B018",
134       "overshootAnimationSpeed":120.0,
135       "overshootSize":[480.0,42.0]
136     },
137     "ItemView":
138     {
139       "overshootEffectColor":"B018",
140       "overshootAnimationSpeed":120.0,
141       "overshootSize":[480.0,42.0]
142     },
143     "TextEditor":
144     {
145       "pointSize":18,
146       "primaryCursorColor":[0.0,0.72,0.9,1.0],
147       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
148       "cursorWidth":1,
149       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
150       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
151       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
152       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
153     },
154     "Popup":
155     {
156       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
157     },
158     "ConfirmationPopup":
159     {
160       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
161     },
162     "Slider":
163     {
164       "showPopup": true,
165       "showValue": true,
166       "valuePrecision": 0,
167       "trackVisual":{
168         "url":"{DALI_IMAGE_DIR}slider-skin.9.png",
169         "size":[27,27]
170       },
171       "progressVisual":{
172         "url":"{DALI_IMAGE_DIR}slider-skin-progress.9.png",
173         "size":[27,27]
174       },
175       "handleVisual":{
176         "url":"{DALI_IMAGE_DIR}slider-skin-handle.png",
177         "size":[72,72]
178       },
179       "popupVisual":"{DALI_IMAGE_DIR}slider-popup.9.png",
180       "popupArrowVisual":"{DALI_IMAGE_DIR}slider-popup-arrow.9.png",
181       "disableColor":[0.5, 0.5, 0.5, 1.0],
182       "popupTextColor":[0.5,0.5,0.5,1.0],
183       "hitRegion":[0, 72],
184       "marks":[],
185       "snapToMarks":false,
186       "markTolerance":0.05
187     },
188     "SliderHandleTextLabel":
189     {
190       "textColor":[0.8,0.8,1,1]
191     },
192     "ProgressBar":
193     {
194       "progressValue": 0,
195       "trackVisual":{
196         "url":"{DALI_IMAGE_DIR}slider-skin.9.png",
197         "size":[24,24]
198       },
199       "progressVisual":{
200         "url":"{DALI_IMAGE_DIR}slider-skin-progress.9.png",
201         "size":[24,24]
202       }
203     },
204     "ProgressBarValueTextLabel":
205     {
206       "textColor":[0.8,0.8,1,1]
207     }
208   }
209 }