[UX 4.6] Radio and check implementation.
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / check.edc
index 1fb5aca..795840a 100644 (file)
@@ -30,7 +30,7 @@
       images { \
          image: "00_check_bg.png" COMP; \
          image: "00_check_dim_bg.png" COMP; \
-         image: "00_check_dim.png" COMP; \
+         image: "00_check_Activated_dim.png" COMP; \
          image: "00_check_Activated.png" COMP; \
          image: "00_check_press_bg.png" COMP; \
          image: "00_check_press.png" COMP; \
@@ -94,7 +94,7 @@
             description { state: "disabled_visible" 0.0; \
                inherit: "default" 0.0; \
                visible: 1; \
-               image.normal: "00_check_dim.png"; \
+               image.normal: "00_check_Activated_dim.png"; \
                color: 255 255 255 255; \
             } \
             description { state: "pressed" 0.0; \
@@ -422,7 +422,7 @@ CHECK_STYLE_DEFAULT("default/extended", CHECK_STYLE_DEFAULT_EXTENDED_BG_IMAGE_MI
       images { \
          image: "00_check_bg.png" COMP; \
          image: "00_check_dim_bg.png" COMP; \
-         image: "00_check_dim.png" COMP; \
+         image: "00_check_Activated_dim.png" COMP; \
          image: "00_check_Activated.png" COMP; \
       } \
       script { \
@@ -471,7 +471,7 @@ CHECK_STYLE_DEFAULT("default/extended", CHECK_STYLE_DEFAULT_EXTENDED_BG_IMAGE_MI
             description { state: "disabled_visible" 0.0; \
                inherit: "default" 0.0; \
                visible: 1; \
-               image.normal: "00_check_dim.png"; \
+               image.normal: "00_check_Activated_dim.png"; \
             } \
          } \
          part { name: "elm.swallow.content"; \
@@ -1583,7 +1583,7 @@ CHECK_STYLE_FAVORITE("favorite/extended", "00_icon_favorite_on_72x72.png", "00_i
    group { name: "elm/check/base/grid";
       images.image: "00_check_bg.png" COMP;
       images.image: "00_check_dim_bg.png" COMP;
-      images.image: "00_check_dim.png" COMP;
+      images.image: "00_check_Activated_dim.png" COMP;
       images.image: "00_check_Activated.png" COMP;
       script {
          public check_state = CHECK_STATE_DEFAULT;
@@ -1663,7 +1663,7 @@ CHECK_STYLE_FAVORITE("favorite/extended", "00_icon_favorite_on_72x72.png", "00_i
             description { state: "disabled_visible" 0.0;
                inherit: "default" 0.0;
                visible: 1;
-               image.normal: "00_check_dim.png";
+               image.normal: "00_check_Activated_dim.png";
             }
          }
          part { name: "sequence_clip";