[elm_popup]: CQ H0100122921 fixed, added ellipsis=1.0 to popup title styles[ellipsizi...
authorShilpa Singh <shilpa.singh@samsung.com>
Fri, 8 Apr 2011 06:32:17 +0000 (12:02 +0530)
committerShilpa Singh <shilpa.singh@samsung.com>
Fri, 8 Apr 2011 06:32:17 +0000 (12:02 +0530)
Change-Id: I47bf2e9c78936267a69d258b6d6050af58ec4f13

themes/groups/popup.edc
themes/inc/nbeat-black-inc.edc
themes/inc/nbeat-inc.edc

index 4a8381f..0a0f3d8 100644 (file)
@@ -49,7 +49,7 @@ group { name: "elm/label/base/popup_description/default";
    styles
      {
         style { name: "popup_desc_style";
-           base: "font=SLP:style=Roman font_size=26 align=center color=#000000 wrap=mixed";
+           base: "font=SLP:style=Roman font_size=26 align=center color="POPUP_DESCRIPTION_TEXT_COLOR" wrap=mixed";
            tag:  "br" "\n";
            tag:  "ps" "ps";
            tag:  "hilight" "+ font=SLP:style=Bold";
@@ -148,7 +148,7 @@ group { name: "elm/popup/base/default";
       styles
         {
            style { name: "popup_title_style";
-              base: "font=SLP:style=Medium font_size=24 align=center color=#ffffff wrap=mixed";
+              base: "font=SLP:style=Medium font_size=24 align=center color="POPUP_TITLE_TEXT_COLOR" wrap=mixed ellipsis=1.0";
               tag:  "br" "\n";
               tag:  "ps" "ps";
               tag:  "hilight" "+ font=SLP:style=Bold";
@@ -768,7 +768,7 @@ group { name: "elm/popup/base/volumebarstyle";
       styles
         {
            style { name: "popup_title_volumebarstyle";
-              base: "font=SLP:style=Medium font_size=28 align=center color=#ffffff wrap=mixed";
+              base: "font=SLP:style=Medium font_size=28 align=center color="POPUP_TITLE_TEXT_COLOR" wrap=mixed ellipsis=1.0";
               tag:  "br" "\n";
               tag:  "ps" "ps";
               tag:  "hilight" "+ font=SLP:style=Bold";
@@ -1236,7 +1236,7 @@ group { name: "elm/popup/base/image_scroll";
       styles
         {
            style { name: "popup_image_title_style";
-              base: "font=SLP:style=Medium font_size=20 align=center color=#ffffff wrap=mixed";
+              base: "font=SLP:style=Medium font_size=20 align=center color="POPUP_TITLE_TEXT_COLOR" wrap=mixed ellipsis=1.0";
               tag:  "br" "\n";
               tag:  "ps" "ps";
               tag:  "hilight" "+ font=SLP:style=Bold";
index 07eaa6c..775bed3 100644 (file)
@@ -30,6 +30,9 @@
 #define NAVIGATIONBAR_TITLE_TEXT_COLOR 73 44 7 255
 #define NAVIGATIONBAR_TITLE_TEXT_COLOR_HEX "#492C07"
 
+#define POPUP_TITLE_TEXT_COLOR "#ffffff"
+#define POPUP_DESCRIPTION_TEXT_COLOR "#000000"
+
 #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#FFFFFF"
 
 #define GENLIST_PART_BG_COLOR_INC 0 0 0 255
index 1db28c5..47968e5 100644 (file)
@@ -29,6 +29,9 @@
 #define NAVIGATIONBAR_TITLE_TEXT_COLOR 73 44 7 255
 #define NAVIGATIONBAR_TITLE_TEXT_COLOR_HEX "#492C07"
 
+#define POPUP_TITLE_TEXT_COLOR "#ffffff"
+#define POPUP_DESCRIPTION_TEXT_COLOR "#000000"
+
 #define LABEL_TEXT_BLOCK_STYLE_COLOR_INC "#000000"
 
 #define GENLIST_PART_BG_COLOR_INC 249 249 249 255