Set launcher background from stylesheet
[platform/core/uifw/dali-demo.git] / resources / style / mobile / demo-theme.json
index 4328b32..653fbea 100644 (file)
@@ -22,12 +22,15 @@ distributing this software or its derivatives.
 {
   "styles":
   {
+    "textlabel-Rosemary":
+    {
+    "font-family":"Rosemary"
+    },
     "textlabel":
     {
-      "font-family":"SamsungSans",
-      "font-style":"Regular"
+      "font-style":"Regular",
+      "point-size":18
     },
-
     "textlabel-font-size-0":
     {
       "point-size":8
@@ -64,33 +67,6 @@ distributing this software or its derivatives.
       "point-size":10
     },
 
-    "textfield":
-    {
-      "font-family":"SamsungSans",
-      "font-style":"Regular"
-    },
-
-    "textfield-font-size-0":
-    {
-      "point-size":10
-    },
-    "textfield-font-size-1":
-    {
-      "point-size":10
-    },
-    "textfield-font-size-2":
-    {
-      "point-size":10
-    },
-    "textfield-font-size-3":
-    {
-      "point-size":10
-    },
-    "textfield-font-size-4":
-    {
-      "point-size":10
-    },
-
     "scrollview":
     {
       "overshoot-effect-color":"B018"
@@ -104,6 +80,19 @@ distributing this software or its derivatives.
     "buttonlabel":
     {
       "point-size":8
+    },
+
+    "launcherbackground":
+    {
+      "background":
+      {
+        "renderer-type": "gradient-renderer",
+        "gradient-center": [360, 640],
+        "gradient-radius": 1468,
+        "gradient-units": "user-space",
+        "gradient-stop-color": [[0.247,0.38,0.52,1.0],[0.055,0.18,0.286,1.0]],
+        "gradient-stop-offset":[0.0,1.0]
+      }
     }
   }
 }