[Ticker Notify] Default style changes based on UX 1.8.
authorAmit Kamboj <amit.kamboj@samsung.com>
Wed, 20 Jun 2012 12:40:08 +0000 (18:10 +0530)
committerAmit Kamboj <amit.kamboj@samsung.com>
Fri, 22 Jun 2012 04:26:26 +0000 (09:56 +0530)
Change-Id: I721e35d885663c831d8a1bc2e732c6e08b82a789

themes/images/tizen-hd/00_winset_notification_bg.png
themes/images/tizen-hd/00_winset_notification_bg1.png [new file with mode: 0644]
themes/inc/tizen-hd-inc.edc
themes/widgets/tickernoti.edc

index c837a6e..8523070 100644 (file)
Binary files a/themes/images/tizen-hd/00_winset_notification_bg.png and b/themes/images/tizen-hd/00_winset_notification_bg.png differ
diff --git a/themes/images/tizen-hd/00_winset_notification_bg1.png b/themes/images/tizen-hd/00_winset_notification_bg1.png
new file mode 100644 (file)
index 0000000..c837a6e
Binary files /dev/null and b/themes/images/tizen-hd/00_winset_notification_bg1.png differ
index 19e25a1..586896d 100644 (file)
 #define CTXPOPUP_ENTRY_ARROW_SIZE_WIDTH 29
 
 #define TICKERNOTI_DEFAULT_BG_MIN_HEIGHT_INC 100
-#define TICKERNOTI_DEFAULT_BG_BOTTOM_MIN_HEIGHT_INC 0
+#define TICKERNOTI_DEFAULT_BG_BOTTOM_MIN_HEIGHT_INC 8
 #define TICKERNOTI_DEFAULT_BG_BORDER_INC 0 0 0 0
 #define TICKERNOTI_DEFAULT_BG_PADDING_LEFT_TOP_INC 16 18
 #define TICKERNOTI_DEFAULT_BG_PADDING_RIGHT_BOTTOM_INC 16 18
index dac9d81..cc9c32d 100644 (file)
@@ -25,7 +25,7 @@
          item: "height" TICKERNOTI_INFO_BG_MIN_HEIGHT_INC;
       }
       images {
-         image: "00_winset_notification_bg.png" COMP;
+         image: "00_winset_notification_bg1.png" COMP;
       }
       parts {
          part { name: "base";
@@ -90,7 +90,7 @@
                   to: "bg";
                }
                image {
-                  normal: "00_winset_notification_bg.png";
+                  normal: "00_winset_notification_bg1.png";
                   border: TICKERNOTI_DEFAULT_BG_BORDER_INC;
                   border_scale: 1;
                }