[3.0] Fixed to show selection pop up after pasting from clipboard
[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-background.9.png"
110         },
111       "backgroundBorder": {
112         "visualType": "IMAGE",
113         "url": "{DALI_IMAGE_DIR}selection-popup-border.9.png",
114         "borderColor":[0.24,0.72,0.8,1.0]
115         },
116       "popupFadeInDuration":0.25,
117       "popupFadeOutDuration":0.25
118     },
119     "TextSelectionPopupButton":
120     {
121       "label":
122       {
123         "pointSize":8,
124         "fontStyle":"{\"weight\":\"light\"}"
125       }
126     },
127     "TextSelectionToolbar":
128     {
129       "enableOvershoot":true,
130       "enableScrollBar":true,
131       "scrollView":
132       {
133         "overshootAnimationSpeed":360.0,
134         "overshootSize":[720.0,130.0]
135       }
136     },
137     "TextSelectionScrollBar":
138     {
139       "indicatorShowDuration":0.25,
140       "indicatorHideDuration":0.25,
141       "indicatorTransientDuration":1.0
142     },
143     "TextSelectionScrollIndicator":
144     {
145       "image":
146       {
147         "visualType":"IMAGE",
148         "url":"{DALI_IMAGE_DIR}text_selection_scroll_indicator.9.png"
149       },
150       "color":[0.0,0.72,0.9,0.7]
151     },
152     "ScrollView":
153     {
154       "overshootEffectColor":"B018",
155       "overshootAnimationSpeed":360.0,
156       "overshootSize":[720.0,130.0]
157     },
158     "ItemView":
159     {
160       "overshootEffectColor":"B018",
161       "overshootAnimationSpeed":360.0,
162       "overshootSize":[720.0,130.0]
163     },
164     "ScrollBar":
165     {
166       "indicatorShowDuration":0.25,
167       "indicatorHideDuration":0.25,
168       "color":[0.0,0.72,0.9,0.7]
169     },
170     "TextEditor":
171     {
172       "pointSize":18,
173       "primaryCursorColor":[0.0,0.72,0.9,1.0],
174       "secondaryCursorColor":[0.0,0.72,0.9,1.0],
175       "cursorWidth":3,
176       "selectionHighlightColor":[0.75,0.96,1.0,1.0],
177       "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png",
178       "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" },
179       "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }
180     },
181     "Popup":
182     {
183       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
184     },
185     "ConfirmationPopup":
186     {
187       "popupBackgroundImage":"{DALI_IMAGE_DIR}00_popup_bg.9.png"
188     },
189     "Slider":
190     {
191       "showPopup": true,
192       "showValue": true,
193       "valuePrecision": 0,
194       "trackVisual":{
195         "url":"{DALI_IMAGE_DIR}slider-skin.9.png",
196         "size":[27,27]
197       },
198       "progressVisual":{
199         "url":"{DALI_IMAGE_DIR}slider-skin-progress.9.png",
200         "size":[27,27]
201       },
202       "handleVisual":{
203         "url":"{DALI_IMAGE_DIR}slider-skin-handle.png",
204         "size":[72,72]
205       },
206       "popupVisual":"{DALI_IMAGE_DIR}slider-popup.9.png",
207       "popupArrowVisual":"{DALI_IMAGE_DIR}slider-popup-arrow.9.png",
208       "disableColor":[0.5, 0.5, 0.5, 1.0],
209       "popupTextColor":[0.5,0.5,0.5,1.0],
210       "hitRegion":[0, 72],
211       "marks":[],
212       "snapToMarks":false,
213       "markTolerance":0.05
214     },
215     "SliderHandleTextLabel":
216     {
217       "textColor":[0.8,0.8,1,1]
218     }
219   }
220 }