[3.0] Fixed to show textSelectionPop up normally on second long press
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / styles / 720x1280 / 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 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     "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":3,
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":[656,72],
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       "enableScrollBar":true,
126       "scrollView":
127       {
128         "overshootAnimationSpeed":360.0,
129         "overshootSize":[720.0,130.0]
130       }
131     },
132     "ScrollView":
133     {
134       "overshootEffectColor":"B018",
135       "overshootAnimationSpeed":360.0,
136       "overshootSize":[720.0,130.0]
137     },
138     "ItemView":
139     {
140       "overshootEffectColor":"B018",
141       "overshootAnimationSpeed":360.0,
142       "overshootSize":[720.0,130.0]
143     },
144     "ScrollBar":
145     {
146       "indicatorShowDuration":0.25,
147       "indicatorHideDuration":0.25,
148       "color":[0.0,0.72,0.9,0.7]
149     },
150     "TextEditor":
151     {
152       "pointSize":18,
153       "primaryCursorColor":[0.0,0.72,0.9,1.0],
154       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
155       "cursorWidth":3,
156       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
157       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
158       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
159       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
160     },
161     "Popup":
162     {
163       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
164     },
165     "ConfirmationPopup":
166     {
167       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
168     },
169     "Slider":
170     {
171       "showPopup": true,
172       "showValue": true,
173       "valuePrecision": 0,
174       "trackVisual":{
175         "url":"{DALI_IMAGE_DIR}slider-skin.9.png",
176         "size":[27,27]
177       },
178       "progressVisual":{
179         "url":"{DALI_IMAGE_DIR}slider-skin-progress.9.png",
180         "size":[27,27]
181       },
182       "handleVisual":{
183         "url":"{DALI_IMAGE_DIR}slider-skin-handle.png",
184         "size":[72,72]
185       },
186       "popupVisual":"{DALI_IMAGE_DIR}slider-popup.9.png",
187       "popupArrowVisual":"{DALI_IMAGE_DIR}slider-popup-arrow.9.png",
188       "disableColor":[0.5, 0.5, 0.5, 1.0],
189       "popupTextColor":[0.5,0.5,0.5,1.0],
190       "hitRegion":[0, 72],
191       "marks":[],
192       "snapToMarks":false,
193       "markTolerance":0.05
194     },
195     "SliderHandleTextLabel":
196     {
197       "textColor":[0.8,0.8,1,1]
198     }
199   }
200 }