From: Amit Kamboj Date: Wed, 20 Jun 2012 12:40:08 +0000 (+0530) Subject: [Ticker Notify] Default style changes based on UX 1.8. X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~98^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1504cb8502158340242cdfb110b9796195d36261;p=profile%2Fivi%2Fefl-theme-tizen.git [Ticker Notify] Default style changes based on UX 1.8. Change-Id: I721e35d885663c831d8a1bc2e732c6e08b82a789 --- diff --git a/themes/images/tizen-hd/00_winset_notification_bg.png b/themes/images/tizen-hd/00_winset_notification_bg.png index c837a6e..8523070 100644 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 index 0000000..c837a6e Binary files /dev/null and b/themes/images/tizen-hd/00_winset_notification_bg1.png differ diff --git a/themes/inc/tizen-hd-inc.edc b/themes/inc/tizen-hd-inc.edc index 19e25a1..586896d 100644 --- a/themes/inc/tizen-hd-inc.edc +++ b/themes/inc/tizen-hd-inc.edc @@ -1176,7 +1176,7 @@ #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 diff --git a/themes/widgets/tickernoti.edc b/themes/widgets/tickernoti.edc index dac9d81..cc9c32d 100644 --- a/themes/widgets/tickernoti.edc +++ b/themes/widgets/tickernoti.edc @@ -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; }