/* * Copyright (c) 2016 Samsung Electronics Co., Ltd. * * This file is part of Dali Toolkit * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ //****************************************************************************** // // Default Reference style theme for a 720x1280 resolution, The values determined by UX design specification. // This file can be copied to a new folder within the styles/ directory and amended with new default values. // Can be overriden if StyleManager applies another style sheet. // //****************************************************************************** { "styles": { "textlabel": { "pointSize":18, "enableAutoScroll":false, "autoScrollLoopCount":2, "autoScrollGap":50, "autoScrollSpeed":80 }, "textlabelFontSize0": { "pointSize":8 }, "textlabelFontSize1": { "pointSize":10 }, "textlabelFontSize2": { "pointSize":15 }, "textlabelFontSize3": { "pointSize":19 }, "textlabelFontSize4": { "pointSize":25 }, "textfield": { "pointSize":18, "primaryCursorColor":[0.0,0.72,0.9,1.0], "secondaryCursorColor":[0.0,0.72,0.9,1.0], "cursorWidth":3, "selectionHighlightColor":[0.75,0.96,1.0,1.0], "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png", "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" }, "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" } }, "textfieldFontSize0": { "pointSize":10 }, "textfieldFontSize1": { "pointSize":10 }, "textfieldFontSize2": { "pointSize":10 }, "textfieldFontSize3": { "pointSize":10 }, "textfieldFontSize4": { "pointSize":10 }, "textselectionpopup": { "popupMaxSize":[656,72], "optionDividerSize":[2,0], "popupDividerColor":[0.23,0.72,0.8,0.11], "popupIconColor":[1.0,1.0,1.0,1.0], "popupPressedColor":[0.24,0.72,0.8,0.11], "background": { "rendererType": "IMAGE", "url": "{DALI_IMAGE_DIR}selection-popup-bg.9.png" }, "popupFadeInDuration":0.25, "popupFadeOutDuration":0.25 }, "textselectionpopupbutton": { "label": { "pointSize":8, "fontStyle":"{\"weight\":\"light\"}" } }, "textselectiontoolbar": { "enableOvershoot":true, "scrollView": { "overshootAnimationSpeed":360.0, "overshootSize":[720.0,130.0] } }, "scrollview": { "overshootEffectColor":"B018", "overshootAnimationSpeed":360.0, "overshootSize":[720.0,130.0] }, "itemview": { "overshootEffectColor":"B018", "overshootAnimationSpeed":360.0, "overshootSize":[720.0,130.0] }, "texteditor": { "pointSize":18, "primaryCursorColor":[0.0,0.72,0.9,1.0], "secondaryCursorColor":[0.0,0.72,0.9,1.0], "cursorWidth":3, "selectionHighlightColor":[0.75,0.96,1.0,1.0], "grabHandleImage" : "{DALI_STYLE_IMAGE_DIR}cursor_handler_drop_center.png", "selectionHandleImageLeft" : {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_left.png" }, "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" } } } }