From: Sanghyeon Lee Date: Wed, 3 Jul 2013 00:59:49 +0000 (+0900) Subject: [Genlist] Change button and group image by GUI 1.0 X-Git-Tag: submit/tizen/20131004.114939~41 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git;a=commitdiff_plain;h=cf488993d972d7a5ce85a402ac4bfc846a44e964 [Genlist] Change button and group image by GUI 1.0 Change-Id: I7ea819e21cd1031a53f4a1da004f11f1e2907ae7 --- diff --git a/themes/images/HD/dark/Content_views/00_list_button_expand_closed.png b/themes/images/HD/dark/Content_views/00_list_button_expand_closed.png new file mode 100755 index 0000000..1560667 Binary files /dev/null and b/themes/images/HD/dark/Content_views/00_list_button_expand_closed.png differ diff --git a/themes/images/HD/dark/Content_views/00_list_button_expand_opened.png b/themes/images/HD/dark/Content_views/00_list_button_expand_opened.png new file mode 100755 index 0000000..c96d9a0 Binary files /dev/null and b/themes/images/HD/dark/Content_views/00_list_button_expand_opened.png differ diff --git a/themes/images/HD/light/Content_views/00_expandable_bg_bottom.png b/themes/images/HD/light/Content_views/00_expandable_bg_bottom.png old mode 100644 new mode 100755 index 3f3a28c..3418fbd Binary files a/themes/images/HD/light/Content_views/00_expandable_bg_bottom.png and b/themes/images/HD/light/Content_views/00_expandable_bg_bottom.png differ diff --git a/themes/images/HD/light/Content_views/00_expandable_bg_center.png b/themes/images/HD/light/Content_views/00_expandable_bg_center.png old mode 100644 new mode 100755 index adc4ca9..b70de3d Binary files a/themes/images/HD/light/Content_views/00_expandable_bg_center.png and b/themes/images/HD/light/Content_views/00_expandable_bg_center.png differ diff --git a/themes/images/HD/light/Content_views/00_expandable_bg_top.png b/themes/images/HD/light/Content_views/00_expandable_bg_top.png old mode 100644 new mode 100755 index 505de52..33d8883 Binary files a/themes/images/HD/light/Content_views/00_expandable_bg_top.png and b/themes/images/HD/light/Content_views/00_expandable_bg_top.png differ diff --git a/themes/images/HD/light/Content_views/00_list_button_expand_closed.png b/themes/images/HD/light/Content_views/00_list_button_expand_closed.png new file mode 100755 index 0000000..1560667 Binary files /dev/null and b/themes/images/HD/light/Content_views/00_list_button_expand_closed.png differ diff --git a/themes/images/HD/light/Content_views/00_list_button_expand_opened.png b/themes/images/HD/light/Content_views/00_list_button_expand_opened.png new file mode 100755 index 0000000..c96d9a0 Binary files /dev/null and b/themes/images/HD/light/Content_views/00_list_button_expand_opened.png differ diff --git a/themes/images/HD/light/Content_views/00_list_group_bg_bottom.png b/themes/images/HD/light/Content_views/00_list_group_bg_bottom.png old mode 100644 new mode 100755 index a01907b..047dd9e Binary files a/themes/images/HD/light/Content_views/00_list_group_bg_bottom.png and b/themes/images/HD/light/Content_views/00_list_group_bg_bottom.png differ diff --git a/themes/images/HD/light/Content_views/00_list_group_bg_center.png b/themes/images/HD/light/Content_views/00_list_group_bg_center.png old mode 100644 new mode 100755 index 2448261..6036bd9 Binary files a/themes/images/HD/light/Content_views/00_list_group_bg_center.png and b/themes/images/HD/light/Content_views/00_list_group_bg_center.png differ diff --git a/themes/images/HD/light/Content_views/00_list_group_bg_top.png b/themes/images/HD/light/Content_views/00_list_group_bg_top.png old mode 100644 new mode 100755 index 3f2ca17..5f283c4 Binary files a/themes/images/HD/light/Content_views/00_list_group_bg_top.png and b/themes/images/HD/light/Content_views/00_list_group_bg_top.png differ diff --git a/themes/widgets/genlist/genlist_expandable.edc b/themes/widgets/genlist/genlist_expandable.edc index 7d68196..d0523d6 100644 --- a/themes/widgets/genlist/genlist_expandable.edc +++ b/themes/widgets/genlist/genlist_expandable.edc @@ -155,8 +155,8 @@ data.item: "contents" "elm.icon"; images { - image: "00_button_expand_closed.png" COMP; - image: "00_button_expand_opened.png" COMP; + image: "00_list_button_expand_closed.png" COMP; + image: "00_list_button_expand_opened.png" COMP; } GENLIST_IMAGES_EXPANDABLE_BTN parts { @@ -207,8 +207,8 @@ data.item: "contents" "elm.swallow.colorbar elm.icon"; images { - image: "00_button_expand_closed.png" COMP; - image: "00_button_expand_opened.png" COMP; + image: "00_list_button_expand_closed.png" COMP; + image: "00_list_button_expand_opened.png" COMP; } GENLIST_IMAGES_EXPANDABLE_BTN @@ -1006,8 +1006,8 @@ data.item: "contents" "elm.icon elm.swallow.colorbar"; data.item: "treesize" "GENLIST_TREESIZE_16_INC"; images { - image: "00_button_expand_closed.png" COMP; - image: "00_button_expand_opened.png" COMP; + image: "00_list_button_expand_closed.png" COMP; + image: "00_list_button_expand_opened.png" COMP; } parts { GENLIST_PART_BASE @@ -1052,8 +1052,8 @@ mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; + min: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; + max: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; fixed: 1 1; align: 1.0 0.5; aspect: 1.0 1.0; @@ -1063,11 +1063,11 @@ offset: 0 0; to_x: "elm.padding.right"; } - image.normal: "00_button_expand_closed.png"; + image.normal: "00_list_button_expand_closed.png"; } description { state: "active" 0.0; inherit: "default" 0.0; - image.normal: "00_button_expand_opened.png"; + image.normal: "00_list_button_expand_opened.png"; } GENLIST_DESCRIPTION_FADEOUT } @@ -1287,8 +1287,8 @@ data.item: "contents" "elm.swallow.icon elm.swallow.end"; \ data.item: "treesize" "GENLIST_TREESIZE_16_INC"; \ images { \ - image: "00_button_expand_closed.png" COMP; \ - image: "00_button_expand_opened.png" COMP; \ + image: "00_list_button_expand_closed.png" COMP; \ + image: "00_list_button_expand_opened.png" COMP; \ } \ parts { \ GENLIST_PART_BASE \ @@ -1320,8 +1320,8 @@ mouse_events: 0; \ scale: 1; \ description { state: "default" 0.0; \ - min: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; \ - max: GENLIST_ICON_MEDIUM_SIZE GENLIST_ICON_MEDIUM_SIZE; \ + min: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \ + max: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \ fixed: 1 1; \ align: 1.0 0.5; \ aspect: 1.0 1.0; \ @@ -1331,11 +1331,11 @@ offset: 0 0; \ to_x: "elm.padding.right"; \ } \ - image.normal: "00_button_expand_closed.png"; \ + image.normal: "00_list_button_expand_closed.png"; \ } \ description { state: "active" 0.0; \ inherit: "default" 0.0; \ - image.normal: "00_button_expand_opened.png"; \ + image.normal: "00_list_button_expand_opened.png"; \ } \ GENLIST_DESCRIPTION_FADEOUT \ } \ diff --git a/themes/widgets/genlist/genlist_macro.edc b/themes/widgets/genlist/genlist_macro.edc index 24ba41d..8703742 100755 --- a/themes/widgets/genlist/genlist_macro.edc +++ b/themes/widgets/genlist/genlist_macro.edc @@ -2677,8 +2677,8 @@ /*****************************************************************************/ #define GENLIST_IMAGES_EXPANDABLE_BTN \ images { \ - image: "00_button_expand_closed.png" COMP; \ - image: "00_button_expand_opened.png" COMP; \ + image: "00_list_button_expand_closed.png" COMP; \ + image: "00_list_button_expand_opened.png" COMP; \ } #define GENLIST_PART_EXPANDABLE_ARROW \ @@ -2734,16 +2734,16 @@ mouse_events: 0; \ GENLIST_DESCRIPTION_R("elm.padding.right", \ fixed: 1 1; \ - min: 45 45; \ - max: 45 45; \ - image.normal: "00_button_expand_closed.png"; \ + min: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \ + max: GENLIST_BTN_02_SIZE GENLIST_BTN_02_SIZE; \ + image.normal: "00_list_button_expand_closed.png"; \ ) \ description { state: "default_press" 0.0; \ inherit: "default" 0.0; \ } \ description { state: "expand_opened" 0.0; \ inherit: "default" 0.0; \ - image.normal: "00_button_expand_opened.png"; \ + image.normal: "00_list_button_expand_opened.png"; \ } \ description { state: "expand_opened_press" 0.0; \ inherit: "expand_opened" 0.0; \