[label.edc] New label style is added for elm_datetime.[default label with center...
authorsumanth <sumanth.m@samsung.com>
Fri, 3 Aug 2012 13:29:59 +0000 (18:59 +0530)
committersumanth <sumanth.m@samsung.com>
Fri, 3 Aug 2012 13:29:59 +0000 (18:59 +0530)
Change-Id: I88cabf561c1ee3c3d3978cd4bcbebdd0520b2205

themes/widgets/label.edc

index 5a4ce5b..e3abac0 100644 (file)
@@ -626,3 +626,21 @@ base: "font=SLP:style=Medium font_size="LABEL_FONT_SIZE_INC" color="LABEL_TEXT_B
             }
          }
       }
+
+      group { name: "elm/label/base/datetime";
+         inherit: "elm/label/base/default";
+         parts {
+            part { name: "elm.text";
+               type: TEXTBLOCK;
+               scale: 1;
+               clip_to: "label.text.clip";
+               description { state: "default" 0.0;
+                  text {
+                     style: "textblock_style";
+                     min: 0 1;
+                     align: 0.0 0.5;
+                  }
+               }
+            }
+         }
+      }