[Genlist] Change button and group image by GUI 1.0
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / genlist / genlist_expandable.edc
index 7d68196..d0523d6 100644 (file)
       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 {
       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
       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
             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;
                   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
          }
       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 \
             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; \
                   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 \
          } \