From 2b924ef80ddda93a0ee64be15b2e3f4b2c3f117c Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 13 Apr 2020 19:00:11 +0900 Subject: [PATCH 1/1] Update 360x360 default stylesheet Change-Id: If57afc8b8339dd6d7c2d9513d5336ab4d285b2be Signed-off-by: Seoyeon Kim --- .../styles/360x360/dali-toolkit-default-theme.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json b/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json index 735b0e5..36db9a1 100644 --- a/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json +++ b/dali-toolkit/styles/360x360/dali-toolkit-default-theme.json @@ -64,15 +64,21 @@ }, "TextField": { - "pointSize":18, - "primaryCursorColor":[0.0,0.72,0.9,1.0], - "secondaryCursorColor":[0.0,0.72,0.9,1.0], + "pointSize":10, + "primaryCursorColor":[0.07,0.70,1.0,1.0], + "secondaryCursorColor":[0.07,0.70,1.0,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" }, - "enableSelection":true + "enableSelection":true, + "textColor":[0.99,0.99,0.99,1.0], + "background": { + "visualType": "COLOR", + "mixColor":[0.0,0.0,0.0,1.0] + }, + "textBackground":[0.0,0.0,0.0,1.0] }, "TextFieldFontSize0": -- 2.7.4