X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fstyles%2F1920x1080%2Fdali-toolkit-default-theme.json;h=50f9529bfcae7367ee99db7d648f5731e0ab4d32;hp=ff865b03ce38dbd2c267e85760106ee590b28269;hb=74bf862a57622964da1f378906c3cc9ef4aed989;hpb=1e86d6f1a754a11410f1d5b89a4520757cb53ff5 diff --git a/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json b/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json index ff865b0..50f9529 100644 --- a/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json @@ -26,6 +26,11 @@ //****************************************************************************** { + "config": + { + "alwaysShowFocus":true, + "clearFocusOnEscape":false + }, "styles": { "Tooltip": @@ -34,7 +39,7 @@ { "content": { - "pointSize":84 + "pointSize":42 }, "waitTime":0.5, "background": @@ -56,7 +61,7 @@ }, "TextLabel": { - "pointSize":108, + "pointSize":54, "enableAutoScroll":false, "autoScrollLoopCount":2, "autoScrollGap":50, @@ -65,56 +70,57 @@ "TextLabelFontSize0": { - "pointSize":84 + "pointSize":42 }, "TextLabelFontSize1": { - "pointSize":96 + "pointSize":48 }, "TextLabelFontSize2": { - "pointSize":108 + "pointSize":54 }, "TextLabelFontSize3": { - "pointSize":120 + "pointSize":60 }, "TextLabelFontSize4": { - "pointSize":132 + "pointSize":66 }, "TextField": { - "pointSize":120, + "pointSize":60, "primaryCursorColor":[0.0,0.72,0.9,1.0], "secondaryCursorColor":[0.0,0.72,0.9,1.0], "cursorWidth":6, "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" } + "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }, + "enableSelection":false }, "TextFieldFontSize0": { - "pointSize":120 + "pointSize":60 }, "TextFieldFontSize1": { - "pointSize":120 + "pointSize":60 }, "TextFieldFontSize2": { - "pointSize":120 + "pointSize":60 }, "TextFieldFontSize3": { - "pointSize":120 + "pointSize":60 }, "TextFieldFontSize4": { - "pointSize":120 + "pointSize":60 }, "TextSelectionPopup": { @@ -140,7 +146,7 @@ "label": { "visualType":"TEXT", - "pointSize":120 + "pointSize":60 }, "unselectedBackgroundVisual": { @@ -166,7 +172,8 @@ "TextSelectionScrollBar": { "indicatorShowDuration":0.25, - "indicatorHideDuration":0.25 + "indicatorHideDuration":0.25, + "indicatorTransientDuration":1.0 }, "TextSelectionScrollIndicator": { @@ -197,14 +204,18 @@ }, "TextEditor": { - "pointSize":120, + "pointSize":60, "primaryCursorColor":[0.0,0.72,0.9,1.0], "secondaryCursorColor":[0.0,0.72,0.9,1.0], "cursorWidth":6, "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" } + "selectionHandleImageRight": {"filename":"{DALI_STYLE_IMAGE_DIR}selection_handle_drop_right.png" }, + "enableScrollBar":true, + "scrollBarShowDuration":0.8, + "scrollBarFadeDuration":0.5, + "enableSelection":false }, "ProgressBar": {