X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fstyles%2Fmobile%2Fdali-toolkit-default-theme.json;h=8eeec5175fdcb86aeddb12ec88625d245257439e;hb=b43478b91994e938eceb07a63e1052575d479b8e;hp=7c4099eb116d73da360104d5fc6b6cd1a2012c1e;hpb=31df2b9472ccbe0ae460a958535be8ef790c96f2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/styles/mobile/dali-toolkit-default-theme.json b/dali-toolkit/styles/mobile/dali-toolkit-default-theme.json index 7c4099e..8eeec51 100644 --- a/dali-toolkit/styles/mobile/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/mobile/dali-toolkit-default-theme.json @@ -58,10 +58,17 @@ distributing this software or its derivatives. "point-size":25 }, + "textfield": { "font-family":"SamsungSans", - "font-style":"Regular" + "font-style":"Regular", + "primary-cursor-color":[1.0,0.71,0.9,1.0], + "secondary-cursor-color":[1.0,0.71,0.9,1.0], + "selection-highlight-color":[0.75,0.96,1.0,1.0], + "grab-handle-image":"{DALI_IMAGE_DIR}cursor_handler_center.png", + "selection-handle-image-left":"{DALI_IMAGE_DIR}selection_handle_left.png", + "selection-handle-image-right":"{DALI_IMAGE_DIR}selection_handle_right.png" }, "textfield-font-size-0": @@ -84,11 +91,20 @@ distributing this software or its derivatives. { "point-size":10 }, + "textselectionpopuplabel": + { + "point-size":8 + }, "textselectionpopup": { "popup-max-size":[400,100], - "popup-min-size":[100,65], - "background-color":[0.0,0.0,0.0,1.0] + "option-divider-size":[2,0], + "popup-divider-color":[0.23,0.72,0.8,0.11], + "popup-icon-color":[1.0,1.0,1.0,1.0], + "popup-pressed-color":[0.24,0.72,0.8,0.11], + "background-image": { + "filename": "{DALI_IMAGE_DIR}selection-popup-bg.9.png" + } }, "scrollview": {