Solved the font size issue when no tag is passed. Also fixed the vertical alignment...
authorRajeev Ranjan <rajeev.r@samsung.com>
Tue, 6 Sep 2011 12:19:41 +0000 (21:19 +0900)
committerRajeev Ranjan <rajeev.r@samsung.com>
Thu, 8 Sep 2011 06:38:42 +0000 (15:38 +0900)
Change-Id: Ie1ad2eb8ac2e781121955c1b51595f6bfa8483b1

themes/groups/tickernoti.edc

index f6971e2..d98f370 100644 (file)
       styles {
          style {
             name: "style_text";
-            base: "font=SLP:style=Roman font_size=TICKERNOTI_DEFAULT_TEXT_FONT_SIZE_INC wrap=char color=#f4f4f4 wrap=char ellipsis=1.0";
+            base: "font=SLP:style=Roman font_size="TICKERNOTI_DEFAULT_TEXT_FONT_SIZE_INC" align=center color=#f4f4f4 wrap=char ellipsis=1.0";
             tag: "br" "\n";
             tag: "ps" "ps";
             tag: "b" "+ font=SLP:style=Bold";
                fixed: 1 1;
                align: 1.0 0.5;
                rel1 {
-                  relative: 0.0 0.0;
+                  relative: 0.0 1.0;
                   to_x: "padding_right_bottom";
                   to_y: "padding_left_top";
                }
                   relative: 1.0 1.0;
                   to: "text_rect";
                }
-               color: 255 255 255 255;
                align: 0.0 0.5;
                text {
                   style: "style_text";
+                  max: 0 1;
                }
             }
          }