[Genlist] modified expandable arrow color
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / genlist / genlist_macro.edc
index c2bb7ba..ee402bc 100755 (executable)
          ) \
          GENLIST_PART_RECT("arrow_clip", \
             GENLIST_DESCRIPTION_ENVELOP("arrow", \
-               color: 250 250 250 255; \
+               color: GENLIST_EXPANDABLE_ARROW_CLIP_COLOR; \
             ) \
             description { state: "disabled" 0.0; \
-               color: 250 250 250 76; \
+               color: GENLIST_EXPANDABLE_ARROW_DIM_COLOR; \
             } \
             description { state: "expand_opened_press" 0.0; \
-               color: 250 250 250 255; \
+               color: GENLIST_EXPANDABLE_ARROW_PRESS_COLOR; \
             } \
             description { state: "default_press" 0.0; \
-               color: 250 250 250 255; \
+               color: GENLIST_EXPANDABLE_ARROW_PRESS_COLOR; \
             } \
          ) \
          GENLIST_PART_IMAGE("arrow", \
             action: PLAY_SAMPLE "touch_sound" 1.0; \
          }
 #endif
+
+#define GENLIST_POPUP_STYLE(NAME) \
+   group { GENLIST_NAME(NAME"/popup/default") \
+      inherit: "elm/genlist/item/"NAME"/default"; \
+      parts { \
+         GENLIST_PART_RECT("bg",  \
+            description { state: "default" 0.0; \
+               color: GENLIST_LIST_BG_POPUP_COLOR; \
+            } \
+         ) \
+      } \
+   }