TextField updates to json style files
[platform/core/uifw/dali-demo.git] / resources / style / demo-theme.json
index 47e0e3d..5b35adc 100644 (file)
@@ -25,7 +25,8 @@ distributing this software or its derivatives.
     "textlabel":
     {
       "font-family":"HelveticaNeue",
-      "font-style":"Regular"
+      "font-style":"Regular",
+      "point-size":18
     },
 
     "launcherlabel":
@@ -38,16 +39,50 @@ distributing this software or its derivatives.
       "point-size":18
     },
 
+    "builderlabel":
+    {
+      "point-size":13
+    },
+    "textselectionpopuplabel":
+    {
+      "point-size":18
+    },
+    "textselectionpopup":
+    {
+      "popup-max-size":[400,100],
+      "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"
+        }
+    },
     "textfield":
     {
       "font-family":"HelveticaNeue",
       "font-style":"Regular",
-      "point-size":18
+      "point-size":18,
+      "primary-cursor-color":[0.75,0.96,1.0,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"
     },
-
     "scrollview":
     {
       "overshoot-effect-color":"B018"
+    },
+
+    "grouplabel":
+    {
+      "point-size":9
+    },
+
+    "buttonlabel":
+    {
+      "point-size":11
     }
   }
 }