[tickernoti]ticker notification images changed and value fixed
authorHosang Kim <hosang12.kim@samsung.com>
Thu, 2 May 2013 08:34:33 +0000 (17:34 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:12:25 +0000 (20:12 +0900)
themes/images/tizen-hd/Popup/00_notification_bg.png
themes/images/tizen-hd/Popup/00_notification_button.png [moved from themes/images/tizen-hd/Popup/00_notification_button_bg.png with 64% similarity]
themes/images/tizen-hd/Popup/00_notification_button_dim.png [moved from themes/images/tizen-hd/Popup/00_notification_button_bg_dim.png with 64% similarity]
themes/images/tizen-hd/Popup/00_notification_button_press.png [moved from themes/images/tizen-hd/Popup/00_notification_button_bg_press.png with 62% similarity]
themes/inc/tizen-hd-inc.edc
themes/widgets/button.edc

index 6eac0f7..0ed4293 100644 (file)
Binary files a/themes/images/tizen-hd/Popup/00_notification_bg.png and b/themes/images/tizen-hd/Popup/00_notification_bg.png differ
similarity index 64%
rename from themes/images/tizen-hd/Popup/00_notification_button_bg.png
rename to themes/images/tizen-hd/Popup/00_notification_button.png
index db95c38..6b8a5f7 100644 (file)
Binary files a/themes/images/tizen-hd/Popup/00_notification_button_bg.png and b/themes/images/tizen-hd/Popup/00_notification_button.png differ
similarity index 64%
rename from themes/images/tizen-hd/Popup/00_notification_button_bg_dim.png
rename to themes/images/tizen-hd/Popup/00_notification_button_dim.png
index db95c38..6b8a5f7 100644 (file)
Binary files a/themes/images/tizen-hd/Popup/00_notification_button_bg_dim.png and b/themes/images/tizen-hd/Popup/00_notification_button_dim.png differ
similarity index 62%
rename from themes/images/tizen-hd/Popup/00_notification_button_bg_press.png
rename to themes/images/tizen-hd/Popup/00_notification_button_press.png
index ef9768d..259a6dd 100644 (file)
Binary files a/themes/images/tizen-hd/Popup/00_notification_button_bg_press.png and b/themes/images/tizen-hd/Popup/00_notification_button_press.png differ
index adaae49..f6d3e03 100644 (file)
 #define BUTTON_NAVIFRAME_MORE_BOTTOM_PADDING_INC 0 17
 
 #define BUTTON_TICKERNOTI_BG_MIN_MAX_INC 154 74
-#define BUTTON_TICKERNOTI_BG_BORDER_INC 13 13 12 12
+#define BUTTON_TICKERNOTI_BG_BORDER_INC 13 13 14 14
 #define BUTTON_TICKERNOTI_PADDING_MIN_INC 12 0
 #define BUTTON_TICKERNOTI_VISIBLE_ICON_RECT_MIN_MAX_INC 45 45
 #define BUTTON_TICKERNOTI_VISIBLE_PADDING_ICON_TEXT_MIN_INC 4 0
 #define CTXPOPUP_ENTRY_ARROW_SIZE_WIDTH 29
 
 #define TICKERNOTI_DEFAULT_BG_MIN_HEIGHT_INC 100
-#define TICKERNOTI_DEFAULT_BG_TOTAL_MIN_HEIGHT_INC 112
-#define TICKERNOTI_DEFAULT_BG_BORDER_INC 0 0 35 35
+#define TICKERNOTI_DEFAULT_BG_TOTAL_MIN_HEIGHT_INC 100
+#define TICKERNOTI_DEFAULT_BG_BORDER_INC 8 8 8 8
 #define TICKERNOTI_DEFAULT_BG_PADDING_LEFT_TOP_INC 16 18
 #define TICKERNOTI_DEFAULT_BG_PADDING_RIGHT_BOTTOM_INC 16 18
 #define TICKERNOTI_DEFAULT_PADDING_AFTER_ICON_INC 16 0
 #define TICKERNOTI_DEFAULT_TEXT_MIN_INC 0 60
 #define TICKERNOTI_DEFAULT_BUTTON_MIN_INC 154 74
 #define TICKERNOTI_DEFAULT_BUTTON_MAX_INC 154 74
-#define TICKERNOTI_DEFAULT_ICON_MIN_INC 64 64
+#define TICKERNOTI_DEFAULT_ICON_MIN_INC 66 66
 #define TICKERNOTI_DEFAULT_PADDING_BEFORE_BUTTON_INC 16 0
 #define TICKERNOTI_DEFAULT_TEXT_FONT_SIZE_INC 30
 #define TICKERNOTI_DEFAULT_TEXT2_FONT_SIZE_INC 24
index e1df407..0da3253 100644 (file)
@@ -5763,9 +5763,9 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
 ///////////////////////////////////////////////////////////////////////////////////////
    group { name: "elm/button/base/tickernoti";
       images {
-         image: "00_notification_button_bg.png" COMP;
-         image: "00_notification_button_bg_press.png" COMP;
-         image: "00_notification_button_bg_dim.png" COMP;
+         image: "00_notification_button.png" COMP;
+         image: "00_notification_button_press.png" COMP;
+         image: "00_notification_button_dim.png" COMP;
       }
       script {
          public button_state = BUTTON_STATE_ENABLED;
@@ -5777,22 +5777,22 @@ BUTTON_SCROLL_JUMPTO("jumpto_left", "00_icon_jump_left.png")
                min: BUTTON_TICKERNOTI_BG_MIN_MAX_INC;
                max: BUTTON_TICKERNOTI_BG_MIN_MAX_INC;
                image {
-                  normal: "00_notification_button_bg.png";
+                  normal: "00_notification_button.png";
                   border: BUTTON_TICKERNOTI_BG_BORDER_INC;
                   border_scale: 1;
                }
             }
             description { state: "clicked" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_notification_button_bg_press.png";
+               image.normal: "00_notification_button_press.png";
             }
             description { state: "disabled" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_notification_button_bg_dim.png";
+               image.normal: "00_notification_button_dim.png";
             }
             description { state: "focused" 0.0;
                inherit: "default" 0.0;
-               image.normal: "00_notification_button_bg_press.png";
+               image.normal: "00_notification_button_press.png";
             }
          }
          part { name: "padding_left_top";