merge with master
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / check.edc
index e77b13e..7ec261c 100644 (file)
@@ -1510,6 +1510,7 @@ CHECK_STYLE_FOR_GENLIST("default/genlist_edit", CHECK_STYLE_FAVORITE_DEFAULT_BG_
             signal: "drag";
             source: "button";
             script {
+               if (!get_int(is_drag)) emit("elm,action,check,drag,start", "");
                set_int(is_drag, 1);
             }
          }
@@ -1543,6 +1544,7 @@ CHECK_STYLE_FOR_GENLIST("default/genlist_edit", CHECK_STYLE_FAVORITE_DEFAULT_BG_
                   }
                   set_int(was_drag, get_int(is_drag));
                   set_int(is_drag, 0);
+                  emit("elm,action,check,drag,stop", "");
                }
             }
          }
@@ -1687,10 +1689,10 @@ CHECK_STYLE_FOR_GENLIST("default/genlist_edit", CHECK_STYLE_FAVORITE_DEFAULT_BG_
 #define CHECK_STYLE_FAVORITE(style_name, min_width, min_height) \
    group { name: "elm/check/base/"style_name; \
       images { \
-         image: "00_icon_favorite_on_74x74.png" COMP; \
-         image: "00_icon_favorite_on_74x74_dim.png" COMP; \
-         image: "00_icon_favorite_off_74x74.png" COMP; \
-         image: "00_icon_favorite_off_74x74_dim.png" COMP; \
+         image: "00_icon_favorite_on_72x72.png" COMP; \
+         image: "00_icon_favorite_on_72x72_dim.png" COMP; \
+         image: "00_icon_favorite_off_72x72.png" COMP; \
+         image: "00_icon_favorite_off_72x72_dim.png" COMP; \
       } \
       parts { \
          part { name: "back_bg"; \
@@ -1724,19 +1726,19 @@ CHECK_STYLE_FOR_GENLIST("default/genlist_edit", CHECK_STYLE_FAVORITE_DEFAULT_BG_
             description { state: "default" 0.0; \
                rel1.to: "bg"; \
                rel2.to: "bg"; \
-               image.normal: "00_icon_favorite_off_74x74.png"; \
+               image.normal: "00_icon_favorite_off_72x72.png"; \
             } \
             description { state: "visible" 0.0; \
                inherit: "default" 0.0; \
-               image.normal: "00_icon_favorite_on_74x74.png"; \
+               image.normal: "00_icon_favorite_on_72x72.png"; \
             } \
             description { state: "disabled" 0.0; \
                inherit: "default" 0.0; \
-               image.normal: "00_icon_favorite_off_74x74_dim.png"; \
+               image.normal: "00_icon_favorite_off_72x72_dim.png"; \
             } \
             description { state: "disabled_visible" 0.0; \
                inherit: "default" 0.0; \
-               image.normal: "00_icon_favorite_on_74x74_dim.png"; \
+               image.normal: "00_icon_favorite_on_72x72_dim.png"; \
             } \
          } \
          part { name: "elm.swallow.content"; \