[Genlist] Update bg off
authorTae-Hwan Kim <the81.kim@samsung.com>
Sat, 6 Apr 2013 04:44:16 +0000 (13:44 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 10 Apr 2013 11:02:51 +0000 (20:02 +0900)
Change-Id: I6239d0ef8936bc7e1d85e780e4f1dae82b3804ed

themes/widgets/genlist/genlist_macro.edc

index df38b91..59cad3e 100644 (file)
          visible: 0; \
       } \
    ) \
+   GENLIST_PART_RECT("bg_reorder_clip", \
+         description { state: "default" 0.0; \
+            visible: 0; \
+         } \
+         description { state: "reorder" 0.0; \
+            visible: 0; \
+         } \
+         description { state: "decorate_reorder" 0.0; \
+            visible: 0; \
+         } \
+         description { state: "decorate" 0.0; \
+            visible: 0; \
+         } \
+         description { state: "reorder_flip" 0.0; \
+            visible: 0; \
+         } \
+      ) \
    GENLIST_PART_IMAGE("bg_reorder", \
       description {state: "default" 0.0;\
          visible: 0;\
       }\
       description { state: "selected" 0.0; {\
-         inherit: "default" 0.0; \
+         visible: 0; \
+      } \
+      description { state: "flipped" 0.0; {\
          visible: 0; \
       } \
    )