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=43bd4e5b38166026a021375ae381c74bbf47e106;hp=ff865b03ce38dbd2c267e85760106ee590b28269;hb=9346cf33ef49063185d54fbbfc186864d96c51ca;hpb=cb30ef68af0383b073ba2d425d3d95c1e916cbb4 diff --git a/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json b/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json index ff865b0..43bd4e5 100644 --- a/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/1920x1080/dali-toolkit-default-theme.json @@ -26,6 +26,12 @@ //****************************************************************************** { + "config": + { + "brokenImageUrl":"{DALI_IMAGE_DIR}broken.png", + "alwaysShowFocus":true, + "clearFocusOnEscape":false + }, "styles": { "Tooltip": @@ -34,7 +40,7 @@ { "content": { - "pointSize":84 + "pointSize":42 }, "waitTime":0.5, "background": @@ -56,65 +62,67 @@ }, "TextLabel": { - "pointSize":108, + "pointSize":54, "enableAutoScroll":false, "autoScrollLoopCount":2, "autoScrollGap":50, - "autoScrollSpeed":80 + "autoScrollSpeed":80, + "ignoreSpacesAfterText":false }, "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 +148,7 @@ "label": { "visualType":"TEXT", - "pointSize":120 + "pointSize":60 }, "unselectedBackgroundVisual": { @@ -166,7 +174,8 @@ "TextSelectionScrollBar": { "indicatorShowDuration":0.25, - "indicatorHideDuration":0.25 + "indicatorHideDuration":0.25, + "indicatorTransientDuration":1.0 }, "TextSelectionScrollIndicator": { @@ -197,14 +206,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": {