[TickerNoti] Dynamic theme issue fixed.
authorPrince Kr Dubey <prince.dubey@samsung.com>
Wed, 27 Jul 2011 10:02:53 +0000 (15:32 +0530)
committerPrince Kr Dubey <prince.dubey@samsung.com>
Wed, 27 Jul 2011 14:08:42 +0000 (19:38 +0530)
Change-Id: Ib652bebc13dee49ccea60065eea983459ea36982

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

index ee36683..3145cc2 100644 (file)
@@ -22,7 +22,9 @@
  */
 
    group {
-      name: "elm/tickernoti/base/default";
+      name: "elm/tickernoti/base/1line/default";
+      alias: "elm/tickernoti/base/1line";
+      alias: "elm/tickernoti/base/default";
       alias: "elm/tickernoti/1line/default";
       data {
          item: "height" 27;
             scale: 1;
             description { state: "default" 0.0;
                visible: 1;
-               rel1 { relative: 0.0 0.0;}
-               rel2 { relative: 1.0 1.0;}
+               rel1 {
+                  relative: 0.0 0.0;
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+               }
                color: 0 0 0 255;
             }
          }
             mouse_events: 0;
             description {
                state: "default" 0.0;
+               visible: 0;
                min: 0 27;
                fixed: 0 1;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 1.0; to:"bg";}
-               rel2 { relative: 1.0 1.0; to:"bg";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to:"bg";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to:"bg";
+               }
             }
             description {
                state: "show" 1.0;
+               visible: 0;
                min: 0 27;
                fixed: 0 1;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 0.0; to:"bg";}
-               rel2 { relative: 1.0 0.0; to:"bg";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"bg";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to:"bg";
+               }
             }
          }
          part {
             mouse_events: 0;
             description {
                state: "default" 0.0;
+               visible: 0;
                min: 5 0;
                fixed: 1 0;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 0.0; to:"bg_1line";}
-               rel2 { relative: 0.0 1.0; to:"bg_1line";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"bg_1line";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to:"bg_1line";
+               }
             }
          }
          part {
                min: 26 0;
                fixed: 1 0;
                align: 0.0 0.0;
-               rel1 { relative: 1.0 0.0; to:"padding_icon";}
-               rel2 { relative: 1.0 1.0; to:"padding_icon";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to:"padding_icon";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to:"padding_icon";
+               }
             }
          }
          part {
             mouse_events: 0;
             description {
                state: "default" 0.0;
+               visible: 0;
                min: 10 0;
                fixed: 1 0;
                align: 0.0 0.0;
-               rel1 { relative: 1.0 0.0; to:"icon";}
-               rel2 { relative: 1.0 1.0; to:"icon";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to:"icon";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to:"icon";
+               }
             }
          }
          part {
-            name: "text";
+            name: "elm.text";
             type: TEXT;
             scale: 1;
             mouse_events: 0;
             description {
                state: "default" 0.0;
-               rel1 { relative: 1.0 0.0; to:"padding_text";}
-               rel2 { relative: 1.0 1.0; to:"bg_1line";}
-               color: 213 129 31 255;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to:"padding_text";
+               }
+               rel2 {
+                  relative: 1.0 1.0; to:"bg_1line";
+               }
+               color: TICKER_NOTI_TEXT_COLOR_INC;
                text {
                   font: "SLP:style=Roman";
                   size: 18;
             name: "ticker_click";
             signal: "mouse,down,1";
             source: "bg";
-
             action: STATE_SET "default" "0.0";
             transition: SINUSOIDAL 0.3;
             target: "bg_1line";
             name: "effect_show";
             signal: "effect,show";
             source: "bg_1line";
-
             action: STATE_SET "show" "1.0";
             transition: SINUSOIDAL 0.3;
             target: "bg_1line";
       }
    }
    group {
-      name: "elm/tickernoti/2line/default";
+      name: "elm/tickernoti/base/2line/default";
+      alias: "elm/tickernoti/2line/default";
       data {
          item: "height" 55;
       }
             scale: 1;
             description { state: "default" 0.0;
                visible: 0;
-               rel1 { relative: 0.0 0.0;}
-               rel2 { relative: 1.0 1.0;}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+               }
             }
          }
          part { name: "bg_2line";
                min: 0 55;
                fixed: 0 1;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 0.0; to:"bg";}
-               rel2 { relative: 1.0 0.0; to:"bg";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"bg";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to:"bg";
+               }
             }
             description { state: "show" 0.0;
                inherit: "default" 0.0;
             scale: 1;
             description { state: "default" 0.0;
                visible: 1;
-               rel1 { relative: 0.0 0.0; to:"bg_2line";}
-               rel2 { relative: 1.0 1.0; to:"bg_2line";}
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"bg_2line";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to:"bg_2line";
+               }
                image.normal: "00_winset_notification_bg.png";
             }
          }
             scale: 1;
             description { state: "default" 0.0;
                visible: 0;
-               rel1 { relative: 0.0 1.0; to:"bg_2line";}
-               rel2 { relative: 1.0 1.0; to:"bg";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to:"bg_2line";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to:"bg";
+               }
             }
          }
          part {
                min: 0 5;
                fixed: 0 1;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 0.0; to:"bg_2line";}
-               rel2 { relative: 1.0 0.0; to:"bg_2line";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"bg_2line";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to:"bg_2line";
+               }
             }
          }
          part {
                min: 0 10;
                fixed: 0 1;
                align: 0.0 1.0;
-               rel1 { relative: 0.0 1.0; to:"bg_2line";}
-               rel2 { relative: 1.0 1.0; to:"bg_2line";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to:"bg_2line";
+               }
+               rel2 {
+                  relative: 1.0 1.0;
+                  to:"bg_2line";
+               }
             }
          }
          part {
                min: 10 0;
                fixed: 1 0;
                align: 1.0 0.0;
-               rel1 { relative: 1.0 1.0; to_x:"bg_2line"; to_y:"padding_top";}
-               rel2 { relative: 1.0 0.0; to_x:"bg_2line"; to_y:"padding_bottom";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x:"bg_2line";
+                  to_y:"padding_top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x:"bg_2line";
+                  to_y:"padding_bottom";
+               }
             }
          }
          /* Icon */
                min: 10 5;
                fixed: 1 1;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 1.0; to:"padding_top";}
-               rel2 { relative: 0.0 1.0; to:"padding_top";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 1.0;
+                  to:"padding_top";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to:"padding_top";
+               }
             }
          }
          part {
                max: 40 40;
                fixed: 1 1;
                align: 0.0 0.0;
-               rel1 { relative: 1.0 1.0; to_x:"padding_icon_top_left";to_y:"padding_top";}
-               rel2 { relative: 1.0 0.0; to_x:"padding_icon_top_left";to_y:"padding_bottom";}
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x:"padding_icon_top_left";
+                  to_y:"padding_top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x:"padding_icon_top_left";
+                  to_y:"padding_bottom";
+               }
                aspect: 1.0 1.0;
                aspect_preference: VERTICAL;
             }
                min: 10 0;
                fixed: 1 0;
                align: 0.0 0.0;
-               rel1 { relative: 1.0 1.0; to_x:"icon"; to_y:"padding_top";}
-               rel2 { relative: 1.0 0.0; to_x:"icon"; to_y:"padding_bottom";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 1.0 1.0;
+                  to_x:"icon";
+                  to_y:"padding_top";
+               }
+               rel2 {
+                  relative: 1.0 0.0;
+                  to_x:"icon";
+                  to_y:"padding_bottom";
+               }
             }
          }
          /* Button */
                max: 150 34;
                fixed: 1 1;
                align: 1.0 0.5;
-               rel1 { relative: 0.0 0.0; to:"padding_right";}
-               rel2 { relative: 0.0 1.0; to:"padding_right";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"padding_right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to:"padding_right";
+               }
             }
          }
          part {
                min: 5 0;
                fixed: 1 0;
                align: 0.0 0.0;
-               rel1 { relative: 0.0 0.0; to:"button";}
-               rel2 { relative: 0.0 1.0; to:"button";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 0.0 0.0;
+                  to:"button";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to:"button";
+               }
             }
          }
          /* Text */
                state: "default" 0.0;
                visible: 0;
                align: 0.0 0.5;
-               rel1 { relative: 1.0 0.0; to:"padding_icon_right";}
-               rel2 { relative: 0.0 0.0; to_x:"button_left"; to_y:"padding_bottom";}
-               color: 0 0 0 0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to:"padding_icon_right";
+               }
+               rel2 {
+                  relative: 0.0 0.0;
+                  to_x:"button_left";
+                  to_y:"padding_bottom";
+               }
             }
          }
          part {
-            name: "text";
+            name: "elm.text";
             type: TEXTBLOCK;
             scale: 1;
             mouse_events: 1;
             description {
                state: "default" 0.0;
-               rel1 { relative: 0.0 0.5; to:"text_rect";}
-               rel2 { relative: 1.0 0.5; to:"text_rect";}
+               rel1 {
+                  relative: 0.0 0.5;
+                  to:"text_rect";
+               }
+               rel2 {
+                  relative: 1.0 0.5;
+                  to:"text_rect";
+               }
                color: 255 255 255 255;
                align: 0.0 0.5;
                fixed: 0 1;
index cf4222c..9d93f98 100755 (executable)
 #define DAYSELECTOR_DAY_PRESSED_COLOR_INC      249 249 249 255
 
 #define SLIDER_INDICATOR_TEXT_COLOR_INC      42 109 140 255
+
+#define TICKER_NOTI_TEXT_COLOR_INC      213 129 31 255
index ca9e65d..3bd8cfb 100755 (executable)
 #define DAYSELECTOR_DAY_PRESSED_COLOR_INC      255 255 255 255
 
 #define SLIDER_INDICATOR_TEXT_COLOR_INC      217 147 26 255
+
+#define TICKER_NOTI_TEXT_COLOR_INC      213 129 31 255