[ctxpopup] changed more button style image according to Winset dark theme GUI v0.3
authorBora Hwang <bora1.hwang@samsung.com>
Wed, 12 Jun 2013 03:35:46 +0000 (12:35 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:45:05 +0000 (21:45 +0900)
Change-Id: Ie0f52c59fb03ffbd94512ccbc9022eb33c86e73f

themes/images/HD/dark/Popup/00_popup_bubble_02_bg.png [new file with mode: 0755]
themes/images/HD/dark/Popup/00_popup_scroll_h.png
themes/images/HD/dark/Popup/00_popup_scroll_v.png
themes/images/HD/light/Popup/00_popup_bubble_02_bg.png [new file with mode: 0755]
themes/inc/tizen-dark-inc.edc
themes/inc/tizen-light-inc.edc
themes/widgets/ctxpopup.edc

diff --git a/themes/images/HD/dark/Popup/00_popup_bubble_02_bg.png b/themes/images/HD/dark/Popup/00_popup_bubble_02_bg.png
new file mode 100755 (executable)
index 0000000..8d61308
Binary files /dev/null and b/themes/images/HD/dark/Popup/00_popup_bubble_02_bg.png differ
index 27b45f9..c7303eb 100755 (executable)
Binary files a/themes/images/HD/dark/Popup/00_popup_scroll_h.png and b/themes/images/HD/dark/Popup/00_popup_scroll_h.png differ
index 525a7f4..76ca1b2 100755 (executable)
Binary files a/themes/images/HD/dark/Popup/00_popup_scroll_v.png and b/themes/images/HD/dark/Popup/00_popup_scroll_v.png differ
diff --git a/themes/images/HD/light/Popup/00_popup_bubble_02_bg.png b/themes/images/HD/light/Popup/00_popup_bubble_02_bg.png
new file mode 100755 (executable)
index 0000000..8d61308
Binary files /dev/null and b/themes/images/HD/light/Popup/00_popup_bubble_02_bg.png differ
index bdaaa86..4e3615a 100755 (executable)
 #define CTXPOPUP_ICON_TEXT_MAX_INC 603
 #define CTXPOPUP_MORE_TEXT_MAX_INC 603
 #define CTXPOPUP_BUBBLE_BG_IMAGE_BORDER 26 26 26 26
+#define CTXPOPUP_BUBBLE_MORE_BG_IMAGE_BORDER 26 26 25 0
 #define CTXPOPUP_BG_PRESS_COLOR_INC 43 58 175 255
 #define CTXPOPUP_BUBBLE_BG_PRESSED_IMAGE_BORDER 8 8 8 8
 #define CTXPOPUP_SHADOW_LEFT_PADDING 14
index 5f41d41..b94f4e1 100755 (executable)
 #define CTXPOPUP_ICON_TEXT_MAX_INC 603
 #define CTXPOPUP_MORE_TEXT_MAX_INC 603
 #define CTXPOPUP_BUBBLE_BG_IMAGE_BORDER 26 26 26 26
+#define CTXPOPUP_BUBBLE_MORE_BG_IMAGE_BORDER 26 26 25 0
 #define CTXPOPUP_BG_PRESS_COLOR_INC 43 58 175 255
 #define CTXPOPUP_BUBBLE_BG_PRESSED_IMAGE_BORDER 8 8 8 8
 #define CTXPOPUP_SHADOW_LEFT_PADDING 14
index 4c38c64..6e32e3e 100644 (file)
@@ -696,7 +696,7 @@ group {
 ///////////////////////////////////////////////////////////////////////////////
 group {
    name: "elm/ctxpopup/layout/more/default";
-   max: CTXPOPUP_MORE_WIDTH_MAX_INC ((CTXPOPUP_ITEM_HEIGHT_MIN_INC*7)+CTXPOPUP_SHADOW_TOP_PADDING+CTXPOPUP_SHADOW_BOTTOM_PADDING+(CTXPOPUP_SEPARATOR_PXLINE_SIZE_INC*12));
+   max: CTXPOPUP_MORE_WIDTH_MAX_INC ((CTXPOPUP_ITEM_HEIGHT_MIN_INC*7)+CTXPOPUP_SHADOW_TOP_PADDING+(CTXPOPUP_SEPARATOR_PXLINE_SIZE_INC*12));
    parts {
       part {
          name:"top_padding";
@@ -1022,7 +1022,7 @@ group {
 group {
    name: "elm/ctxpopup/layout/landscape/more/default";
    inherit: "elm/ctxpopup/layout/landscape/default";
-   max: CTXPOPUP_MORE_WIDTH_MAX_INC ((CTXPOPUP_ITEM_HEIGHT_MIN_INC*5)+CTXPOPUP_SHADOW_TOP_PADDING+CTXPOPUP_SHADOW_BOTTOM_PADDING+(CTXPOPUP_SEPARATOR_PXLINE_SIZE_INC*8));
+   max: CTXPOPUP_MORE_WIDTH_MAX_INC ((CTXPOPUP_ITEM_HEIGHT_MIN_INC*5)+CTXPOPUP_SHADOW_TOP_PADDING+(CTXPOPUP_SEPARATOR_PXLINE_SIZE_INC*8));
 }
 ///////////////////////////////////////////////////////////////////////////////
 group {
@@ -3149,7 +3149,7 @@ group {
        group {
                name: "elm/ctxpopup/base/more/default";
                images {
-                       image: "00_popup_bubble_bg.png" COMP;
+                       image: "00_popup_bubble_02_bg.png" COMP;
                }
                parts {
                        part {
@@ -3174,8 +3174,8 @@ group {
                                mouse_events: 0;
                                description {
                                        state: "default" 0.0;
-                                       min: CTXPOPUP_SHADOW_RIGHT_PADDING CTXPOPUP_SHADOW_BOTTOM_PADDING;
-                                       max: CTXPOPUP_SHADOW_RIGHT_PADDING CTXPOPUP_SHADOW_BOTTOM_PADDING;
+                                       min: CTXPOPUP_SHADOW_RIGHT_PADDING 0;
+                                       max: CTXPOPUP_SHADOW_RIGHT_PADDING 0;
                                        rel1{relative: 1 1;}
                                        align: 1 1;
                                        fixed: 1 1;
@@ -3193,41 +3193,13 @@ group {
                                        rel2 {to:"frame_shadow_right_bottom_padding";}
                                        min: CTXPOPUP_MORE_WIDTH_MIN_INC 0;
                                        image {
-                                               normal: "00_popup_bubble_bg.png";
-                                               border: CTXPOPUP_BUBBLE_BG_IMAGE_BORDER;
+                                               normal: "00_popup_bubble_02_bg.png";
+                                               border: CTXPOPUP_BUBBLE_MORE_BG_IMAGE_BORDER;
                                                border_scale: 1;
                                        }
                                }
                        }
                        part {
-                               name: "ctxpopup_frame_left_top";
-                               type: RECT;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       align: 0 0;
-                                       fixed: 1 1;
-                                       min: CTXPOPUP_FRAME_CORNER_ARROW_PADDING CTXPOPUP_FRAME_CORNER_ARROW_PADDING;
-                                       max: CTXPOPUP_FRAME_CORNER_ARROW_PADDING CTXPOPUP_FRAME_CORNER_ARROW_PADDING;
-                                       rel1 {relative: 0 0; to: "content_left_top_padding";}
-                               }
-                       }
-                       part {
-                               name: "ctxpopup_frame_right_bottom";
-                               type: RECT;
-                               scale: 1;
-                               description {
-                                       state: "default" 0.0;
-                                       visible: 0;
-                                       align: 1 1;
-                                       fixed: 1 1;
-                                       min: CTXPOPUP_FRAME_CORNER_ARROW_PADDING CTXPOPUP_FRAME_CORNER_ARROW_PADDING;
-                                       max: CTXPOPUP_FRAME_CORNER_ARROW_PADDING CTXPOPUP_FRAME_CORNER_ARROW_PADDING;
-                                       rel2 {relative: 1 1; to: "content_right_bottom_padding";}
-                               }
-                       }
-                       part {
                                name:"content_left_top_padding";
                                type:RECT;
                                scale: 1;
@@ -3249,8 +3221,8 @@ group {
                                mouse_events: 0;
                                description {
                                        state: "default" 0.0;
-                                       min: CTXPOPUP_CONTENT_PADDING_WIDTH CTXPOPUP_CONTENT_PADDING_HEIGHT;
-                                       max: CTXPOPUP_CONTENT_PADDING_WIDTH CTXPOPUP_CONTENT_PADDING_HEIGHT;
+                                       min: CTXPOPUP_CONTENT_PADDING_WIDTH 0;
+                                       max: CTXPOPUP_CONTENT_PADDING_WIDTH 0;
                                        rel2 {to:"frame_shadow_right_bottom_padding";  relative: 0.0 0.0;}
                                        align: 1 1;
                                        fixed: 1 1;