[NoContents & Progressbar] NBeat 1.0 Implementation.
authorPrince Kr Dubey <prince.dubey@samsung.com>
Tue, 22 Mar 2011 08:30:58 +0000 (14:00 +0530)
committerPrince Kr Dubey <prince.dubey@samsung.com>
Tue, 22 Mar 2011 08:46:19 +0000 (14:16 +0530)
Change-Id: Ib22542cd96224b564fde963d5d8fddbf3fe04227

themes/groups/nocontents.edc
themes/groups/progressbar.edc

index 775f436..bb75527 100644 (file)
    group {
       name: "elm/nocontents/base/default";
       alias: "elm/nocontents/base/full";
+      styles{
+         style { name: "nocontent_style";
+            base: "font=SLP:style=Roman font_size=26 \
+            align=center \
+            color=#ADAAA5 wrap=char";
+            tag:  "br" "\n";
+            tag:  "hilight" "+ font=SLP:style=Bold";
+            tag:  "b" "+ font=SLP:style=Bold";
+            tag:  "tab" "\t";
+         }
+      }
       images {
          image: "00_winset_NoContents_image.png" COMP;
       }
@@ -61,8 +72,8 @@
             type: RECT;
             description { state: "default" 0.0;
                visible: 0;
-               min: 1 30;
-               max: 1 30;
+               min: 1 34;
+               max: 1 34;
                align: 0.5 0.0;
                rel1 { relative: 0.0 1.0; to_y: "nocontents.image";}
                color: 0 0 0 0;
@@ -70,7 +81,7 @@
          }
          part { name: "elm.text";
             mouse_events: 0;
-            type: TEXT;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 30;
                visible: 1;
                rel1 { relative: 0.0 1.0; to_y: "middle.padding";}
                rel2 { relative: 1.0 484/800; to:"bg";}
-               color: 173 170 165 255;
                text {
-                  font: "SLP:style=Roman";
-                  size: 30;
-                  text: "";
-                  align: 0.5 0.5;
+                  style: "nocontent_style";
+                  min: 1 0;
                }
             }
          }
             type: RECT;
             description { state: "default" 0.0;
                visible: 0;
-               min: 1 30;
-               max: 1 30;
+               min: 1 34;
+               max: 1 34;
                align: 0.5 0.0;
                rel1 { relative: 0.0 1.0; to_y: "nocontents.image";}
                color: 0 0 0 0;
          }
          part { name: "elm.text";
             mouse_events: 0;
-            type: TEXT;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 30;
                visible: 1;
                rel1 { relative: 0.0 1.0; to_y: "middle.padding";}
                rel2 { relative: 1.0 484/800; to:"bg";}
-               color: 173 170 165 255;
                text {
-                  font: "SLP:style=Roman";
-                  size: 30;
-                  text: "";
-                  align: 0.5 0.5;
+                  style: "nocontent_style";
+                  min: 1 0;
                }
             }
          }
             type: RECT;
             description { state: "default" 0.0;
                visible: 0;
-               min: 1 30;
-               max: 1 30;
+               min: 1 34;
+               max: 1 34;
                align: 0.5 0.0;
                rel1 { relative: 0.0 1.0; to_y: "nocontents.image";}
                color: 0 0 0 0;
          }
          part { name: "elm.text";
             mouse_events: 0;
-            type: TEXT;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 30;
                visible: 1;
                rel1 { relative: 0.0 1.0; to_y: "middle.padding";}
                rel2 { relative: 1.0 484/800; to:"bg";}
-               color: 173 170 165 255;
                text {
-                  font: "SLP:style=Roman";
-                  size: 30;
-                  text: "";
-                  align: 0.5 0.5;
+                  style: "nocontent_style";
+                  min: 1 0;
                }
             }
          }
             type: RECT;
             description { state: "default" 0.0;
                visible: 0;
-               min: 1 30;
-               max: 1 30;
+               min: 1 34;
+               max: 1 34;
                align: 0.5 0.0;
                rel1 { relative: 0.0 1.0; to_y: "nocontents.image";}
                color: 0 0 0 0;
          }
          part { name: "elm.text";
             mouse_events: 0;
-            type: TEXT;
+            type: TEXTBLOCK;
             scale: 1;
             description { state: "default" 0.0;
                min: 0 30;
                visible: 1;
                rel1 { relative: 0.0 1.0; to_y: "middle.padding";}
                rel2 { relative: 1.0 484/800; to:"bg";}
-               color: 173 170 165 255;
                text {
-                  font: "SLP:style=Roman";
-                  size: 30;
-                  text: "";
-                  align: 0.5 0.5;
+                  style: "nocontent_style";
+                  min: 1 0;
                }
             }
          }
index a3c355e..bc494f6 100644 (file)
             type: RECT;
             description {
                state: "default" 0.0;
+               color: 0 0 0 0;
             }
          }
          part { name: "elm.swallow.bar";
             clip_to: "elm.background.progressbar";
             description {
                state: "default" 0.0;
-               min: 32 32;
-               max: 32 32;
+               min: 42 42;
+               max: 42 42;
                visible: 1;
                aspect: 1.0 1.0;
                aspect_preference: BOTH;