diff options
author | Tae-Hwan Kim <the81.kim@samsung.com> | 2012-09-06 14:54:06 +0900 |
---|---|---|
committer | Tae-Hwan Kim <the81.kim@samsung.com> | 2012-09-07 17:05:50 +0900 |
commit | 99b47f402924b61fb7deb1396fef31562e408042 (patch) | |
tree | 6f8c12dacc24981ddcef696adf4f3bff8af2595e | |
parent | ba2d6cbe8cff65094dcf9422a494639a55462dca (diff) | |
download | efl-theme-tizen-99b47f402924b61fb7deb1396fef31562e408042.tar.gz efl-theme-tizen-99b47f402924b61fb7deb1396fef31562e408042.tar.bz2 efl-theme-tizen-99b47f402924b61fb7deb1396fef31562e408042.zip |
Revoke dialogue/1text.1icon.3 & Add 3text.1icon.tb
I have removed 1text.1icon.3 1 month ago by accident! :(
Change-Id: Ia61f7dc78edfd7f23305aa6a260c2d52d6e4106b
-rw-r--r-- | themes/widgets/genlist/genlist_macro.edc | 144 | ||||
-rw-r--r-- | themes/widgets/genlist/genlist_normal.edc | 391 |
2 files changed, 331 insertions, 204 deletions
diff --git a/themes/widgets/genlist/genlist_macro.edc b/themes/widgets/genlist/genlist_macro.edc index 3bb7979c..1bd0d6b6 100644 --- a/themes/widgets/genlist/genlist_macro.edc +++ b/themes/widgets/genlist/genlist_macro.edc @@ -21,6 +21,7 @@ #define GENLIST_HEIGHT_1LINE 114 +#define GENLIST_HEIGHT_2LINE 130 //FIXME: Change from GENLIST_TREESIZE_DEFAULT to below macro #define GENLIST_TREESIZE_DEFAULT 32 @@ -1637,13 +1638,84 @@ } \ } -#define GENLIST_PART_TEXT_SUBITEM1_R(NAME) \ +#define GENLIST_PART_TEXT_MAINITEM1(NAME, LEFT, RIGHT, TOP, BOTTOM) \ + part { name: NAME; \ + scale: 1; \ + clip_to: "disclip"; \ + type: TEXT; \ + mouse_events: 0; \ + GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \ + align: 0 0.5; \ + color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; \ + text { \ + align: 0 0.5; \ + min: 0 1; \ + max: 1 0; \ + font: "SLP:style=Roman"; \ + size: GENLIST_LIST_MAIN_TEXT_SIZE; \ + text_class: "list_item"; \ + } \ + ) \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR; \ + } \ + } + +#define GENLIST_PART_TEXT_MAINITEM1_TB(NAME, LEFT, RIGHT, TOP, BOTTOM) \ + part { name: NAME; \ + scale: 1; \ + clip_to: "disclip"; \ + type: TEXT; \ + mouse_events: 0; \ + GENLIST_DESCRIPTION(LEFT, RIGHT, TOP, BOTTOM, \ + align: 0 0.5; \ + text { \ + align: 0 0.5; \ + min: 0 1; \ + max: 1 0; \ + style: "genlist_style_list_main_text_unread"; \ + } \ + ) \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + text.style: "genlist_style_list_main_text_focus"; \ + } \ + } + +#define GENLIST_PART_TEXT_SUBITEM1_FROM_LB(NAME, LEFT, RIGHT, BOTTOM) \ + part { name: NAME; \ + scale: 1; \ + clip_to: "disclip"; \ + type: TEXT; \ + mouse_events: 0; \ + GENLIST_DESCRIPTION_LRB(LEFT, RIGHT, BOTTOM, \ + align: 0 1; \ + color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; \ + fixed: 1 1; \ + text { \ + font: "SLP:style=Medium"; \ + size: GENLIST_LIST_SUB_TEXT_SIZE; \ + min: 0 1; \ + max: 1 0; \ + align: 0 0.5; \ + text_class: "slp_medium"; \ + } \ + ) \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR; \ + } \ + } + +#define GENLIST_PART_TEXT_SUBITEM1_FROM_R(NAME) \ part { name: NAME; \ scale: 1; \ clip_to: "disclip"; \ type: TEXT; \ mouse_events: 0; \ GENLIST_DESCRIPTION_LR("elm.padding.left", "elm.padding.right", \ + align: 1 0.5; \ rel1 { \ to_x: "base"; \ relative: 0.5 0; \ @@ -1651,11 +1723,40 @@ color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; \ fixed: 1 1; \ text { \ + min: 0 1; \ + max: 1 0; \ + align: 1 0.5; \ font: "SLP:style=Medium"; \ size: GENLIST_LIST_SUB_TEXT_SIZE; \ + text_class: "slp_medium"; \ + } \ + ) \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR; \ + } \ + } + +#define GENLIST_PART_TEXT_SUBITEM1_FROM_RB(NAME) \ + part { name: NAME; \ + scale: 1; \ + clip_to: "disclip"; \ + type: TEXT; \ + mouse_events: 0; \ + GENLIST_DESCRIPTION_LRB("elm.padding.left", "elm.padding.right", "elm.padding.bottom", \ + align: 1 1; \ + rel1 { \ + to_x: "base"; \ + relative: 0.5 1; \ + } \ + color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; \ + fixed: 1 1; \ + text { \ min: 0 1; \ max: 1 0; \ align: 1 0.5; \ + font: "SLP:style=Medium"; \ + size: GENLIST_LIST_SUB_TEXT_SIZE; \ text_class: "slp_medium"; \ } \ ) \ @@ -1665,6 +1766,32 @@ } \ } +#define GENLIST_PART_TEXT_SUBITEM1_FROM_RB_TB(NAME) \ + part { name: NAME; \ + scale: 1; \ + clip_to: "disclip"; \ + type: TEXT; \ + mouse_events: 0; \ + GENLIST_DESCRIPTION_LRB("elm.padding.left", "elm.padding.right", "elm.padding.bottom", \ + align: 1 1; \ + rel1 { \ + to_x: "base"; \ + relative: 0.5 1; \ + } \ + fixed: 1 1; \ + text { \ + min: 0 1; \ + max: 1 0; \ + align: 1 0.5; \ + style: "genlist_style_list_sub_text_default"; \ + } \ + ) \ + description { state: "selected" 0.0; \ + inherit: "default" 0.0; \ + text.style: "genlist_style_list_sub_text_focus"; \ + } \ + } + #define GENLIST_PART_TEXT_SUBITEM1_FIXED(NAME, DESCRIPT, DESCRIPT_PARAM, SIZE) \ part { name: NAME; \ scale: 1; \ @@ -1713,7 +1840,6 @@ } \ } - #define GENLIST_PART_ICON_R(NAME, RIGHT, PARAM) \ part { name: NAME; \ scale: 1; \ @@ -1725,6 +1851,17 @@ ) \ } +#define GENLIST_PART_ICON_RTB(NAME, RIGHT, TOP, BOTTOM, PARAM) \ + part { name: NAME; \ + scale: 1; \ + clip_to: "disclip"; \ + type: SWALLOW; \ + GENLIST_DESCRIPTION_RTB(RIGHT, TOP, BOTTOM, \ + fixed: 1 1; \ + PARAM \ + ) \ + } + #define GENLIST_PART_ICON_L(NAME, LEFT, PARAM) \ part { name: NAME; \ scale: 1; \ @@ -1736,7 +1873,6 @@ ) \ } -// #define GENLIST_PART_INDEX_LIST_BASE_IMAGE_INC \ part { name: "base_image";\ repeat_events: 1;\ @@ -1748,4 +1884,4 @@ border: 0 0 2 2;\ }\ }\ - } + }
\ No newline at end of file diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index fddcef6f..a0b09a29 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -331,7 +331,7 @@ "elm.padding.left", "elm.text.2.left") GENLIST_PART_PADDING_RIGHT_TO("elm.text.2.left", "elm.text.2", GENLIST_PADDING_SIZE_DEFAULT) - GENLIST_PART_TEXT_SUBITEM1_R("elm.text.2") + GENLIST_PART_TEXT_SUBITEM1_FROM_R("elm.text.2") } programs { GENLIST_PROGRAM_DISCLIP @@ -399,7 +399,7 @@ inherit: "elm/genlist/item/1text.1icon/default"; parts { - GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT + 10 ) + GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT+10 ) GENLIST_PART_ICON_R("elm.icon", "elm.padding.right", min: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT; max: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT; @@ -671,7 +671,7 @@ "elm.padding.icon.right", "elm.padding.text2.left") GENLIST_PART_PADDING_RIGHT_TO("elm.padding.text2.left", "elm.text.2", GENLIST_PADDING_SIZE_DEFAULT) - GENLIST_PART_TEXT_SUBITEM1_R("elm.text.2") + GENLIST_PART_TEXT_SUBITEM1_FROM_R("elm.text.2") } programs { GENLIST_PROGRAM_DISCLIP @@ -749,7 +749,7 @@ inherit: "elm/genlist/item/1text.2icon/default"; parts { - GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT + 16) + GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT+16 ) GENLIST_PART_ICON_R("elm.icon.2", "elm.padding.right", min: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT; max: GENLIST_ICON_ONOFF_WIDTH GENLIST_ICON_ONOFF_HEIGHT; @@ -2262,7 +2262,7 @@ } } -// 3.2.7 +// 2.2.2.7 group { name: "elm/genlist/item/3text.1icon/default"; alias: "elm/genlist/item_odd/3text.1icon/default"; alias: "elm/genlist/item_compress/3text.1icon/default"; @@ -2274,209 +2274,77 @@ data.item: "flips" "elm.flip.content"; parts { - GENLIST_PART_BASE( GENLIST_HEIGHT_129_INC ) + GENLIST_PART_DISCLIP GENLIST_PART_BG_IMAGE + GENLIST_PART_BASE( GENLIST_HEIGHT_2LINE ) GENLIST_PART_BOTTOM_LINE - GENLIST_PART_PADDING_TOP( GENLIST_PADDING_10_INC ) - GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_10_INC ) + GENLIST_PART_PADDING_TOP( GENLIST_PADDING_SIZE_TOP ) + GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_SIZE_BOTTOM ) GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT ) GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT ) - part { name: "elm.text.3"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_SIZE_133_INC GENLIST_SIZE_48_INC; - fixed: 1 1; - rel1 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; - } - align: 1.0 1.0; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "SLP:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 1.0 0.5; - text_class: "slp_medium"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.text3.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE 0; - fixed: 1 0; - rel1.to_x: "elm.text.3"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.text.3"; - } - align: 1.0 0.5; - visible: 0; - } - } - part { name: "elm.icon"; - clip_to: "disclip"; - type: SWALLOW; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - max: GENLIST_ICON_SMALL_SIZE GENLIST_ICON_SMALL_SIZE; - fixed: 1 1; - rel1 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.right"; - to_y: "elm.text.3"; - } - align: 1.0 0.5; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.padding.icon.left"; - clip_to: "disclip"; - type: RECT; - scale: 1; - description { state: "default" 0.0; - min: GENLIST_PADDING_16_INC 0; - fixed: 1 0; - rel1.to_x: "elm.icon"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon"; - } - align: 1.0 0.0; - visible: 0; - } - } - part { name: "elm.text.1"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.icon.left"; - to_y: "elm.text.3"; - } - align: 0.0 0.5; - color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; - text { - font: "SLP:style=Roman"; - size: GENLIST_LIST_MAIN_TEXT_SIZE; - min: 0 1; - align: 0.0 0.5; - text_class: "list_item"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.text.1"; - } - rel2 { - relative: 0.0 0.0; - to_x: "elm.padding.text3.left"; - to_y: "elm.padding.bottom"; - } - align: 0.0 0.5; - color: GENLIST_LIST_SUB_TEXT_DEFAULT_COLOR; - text { - font: "SLP:style=Medium"; - size: GENLIST_FONT_32_INC; - min: 0 1; - align: 0.0 0.5; - text_class: "slp_medium"; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_LIST_SUB_TEXT_FOCUS_COLOR; - } - GENLIST_DESCRIPTION_FLIP_ENABLED - } GENLIST_PART_FLIP + + GENLIST_PART_TEXT_MAINITEM1("elm.text.1", + "elm.padding.left", "elm.padding.icon.left", "elm.padding.top", "elm.text.2") + GENLIST_PART_PADDING_RIGHT_TO("elm.padding.icon.left", "elm.icon", + GENLIST_PADDING_SIZE_DEFAULT) + GENLIST_PART_ICON_RTB("elm.icon", + "elm.padding.right", "elm.padding.top", "elm.text.3", + min: 60 60; + ) + + GENLIST_PART_TEXT_SUBITEM1_FROM_LB("elm.text.2", + "elm.padding.left", "elm.padding.text3.left", "elm.padding.bottom") + GENLIST_PART_PADDING_RIGHT_TO("elm.padding.text3.left", "elm.text.3", + GENLIST_PADDING_SIZE_DEFAULT) + GENLIST_PART_TEXT_SUBITEM1_FROM_RB("elm.text.3") + } + programs { + GENLIST_PROGRAM_DISCLIP + GENLIST_PROGRAM_SELECT( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; ) + GENLIST_PROGRAM_FLIP + } + } + +// 2.2.2.7 (textblock) + group { name: "elm/genlist/item/3text.1icon.tb/default"; + alias: "elm/genlist/item_odd/3text.1icon.tb/default"; + alias: "elm/genlist/item_compress/3text.1icon.tb/default"; + alias: "elm/genlist/item_compress_odd/3text.1icon.tb/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "texts" "elm.text.1 elm.text.2 elm.text.3"; + data.item: "contents" "elm.icon"; + data.item: "flips" "elm.flip.content"; + + parts { GENLIST_PART_DISCLIP + GENLIST_PART_BG_IMAGE + GENLIST_PART_BASE( GENLIST_HEIGHT_2LINE ) + GENLIST_PART_BOTTOM_LINE + GENLIST_PART_PADDING_TOP( GENLIST_PADDING_SIZE_TOP ) + GENLIST_PART_PADDING_BOTTOM( GENLIST_PADDING_SIZE_BOTTOM ) + GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_SIZE_LEFT ) + GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_SIZE_RIGHT ) + GENLIST_PART_FLIP + + GENLIST_PART_TEXT_MAINITEM1_TB("elm.text.1", + "elm.padding.left", "elm.padding.icon.left", "elm.padding.top", "elm.text.2") + GENLIST_PART_PADDING_RIGHT_TO("elm.padding.icon.left", "elm.icon", + GENLIST_PADDING_SIZE_DEFAULT) + GENLIST_PART_ICON_RTB("elm.icon", "elm.padding.right", "elm.padding.top", "elm.text.3", ) + + GENLIST_PART_TEXT_SUBITEM1_FROM_LB("elm.text.2", + "elm.padding.left", "elm.padding.text3.left", "elm.padding.bottom") + GENLIST_PART_PADDING_RIGHT_TO("elm.padding.text3.left", "elm.text.3", + GENLIST_PADDING_SIZE_DEFAULT) + GENLIST_PART_TEXT_SUBITEM1_FROM_RB_TB("elm.text.3") } programs { - // signal: elm,state,%s,active - // a "check" item named %s went active - // signal: elm,state,%s,passive - // a "check" item named %s went passive - // default is passive - program { name: "go_active"; - signal: "elm,state,selected"; - source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg_image"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS - } - program { name: "go_passive"; - signal: "elm,state,unselected"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "bg_image"; - target: "elm.text.1"; - target: "elm.text.2"; - target: "elm.text.3"; - transition: LINEAR 0.1; - } - program { name: "go_disabled"; - signal: "elm,state,disabled"; - source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; - } - program { name: "go_enabled"; - signal: "elm,state,enabled"; - source: "elm"; - action: STATE_SET "default" 0.0; - target: "disclip"; - } - GENLIST_PROGRAM_FLIP_3TEXT_1ICON - GENLIST_PROGRAM_PLAY_BUTTON_PRESS + GENLIST_PROGRAM_DISCLIP + GENLIST_PROGRAM_SELECT( target: "elm.text.1"; target: "elm.text.2"; target: "elm.text.3"; ) + GENLIST_PROGRAM_FLIP } } @@ -13170,6 +13038,129 @@ } } +// 2.4.1.15 + group { name: "elm/genlist/item/dialogue/1text.1icon.3/default"; + alias: "elm/genlist/item_odd/dialogue/1text.1icon.3/default"; + alias: "elm/genlist/item_compress/dialogue/1text.1icon.3/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.3/default"; + alias: "elm/layout/dialogue/1text.1icon.3"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "texts" "elm.text"; + data.item: "contents" "elm.icon"; + data.item: "flips" "elm.flip.content"; + + parts { + GENLIST_PART_BASE( GENLIST_HEIGHT_1LINE ) + GENLIST_PART_DIALOGUE_BG_IMAGE + GENLIST_PART_BOTTOM_LINE + GENLIST_PART_PADDING_LEFT( GENLIST_PADDING_32_INC ) + GENLIST_PART_PADDING_RIGHT( GENLIST_PADDING_16_INC ) + GENLIST_PART_DIALOGUE_ITEM + GENLIST_PART_DIALOGUE_RIGHT_LINE + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + scale: 1; + description { state: "default" 0.0; + min: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC; + max: GENLIST_SIZE_60_INC GENLIST_SIZE_60_INC; + fixed: 1 1; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 1.0 1.0; + to_x: "elm.padding.left"; + } + align: 0.0 0.5; + } + GENLIST_DESCRIPTION_FLIP_ENABLED + } + part { name: "elm.padding.icon.right"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + min: GENLIST_PADDING_16_INC 0; + fixed: 1 0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.icon"; + } + rel2.to_x: "elm.icon"; + align: 0.0 0.0; + visible: 0; + } + } + part { name: "elm.text"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.icon.right"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + } + align: 0.0 0.0; + color: GENLIST_LIST_MAIN_TEXT_UNREAD_COLOR; + text { + font: "SLP:style=Roman"; + size: GENLIST_LIST_MAIN_TEXT_SIZE; + min: 0 1; + align: 0.0 0.5; + text_class: "list_item"; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_LIST_MAIN_TEXT_FOCUS_COLOR; + } + GENLIST_DESCRIPTION_FLIP_ENABLED + } + GENLIST_PART_FLIP + GENLIST_PART_DISCLIP + } + programs { + program { name: "go_active"; + signal: "elm,state,selected"; + source: "elm"; + action: STATE_SET "selected" 0.0; + target: "bg_image"; + target: "elm.text"; + GENLIST_PROGRAM_AFTER_PLAY_BUTTON_PRESS + } + program { name: "go_passive"; + signal: "elm,state,unselected"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "bg_image"; + target: "elm.text"; + transition: LINEAR 0.1; + } + program { name: "go_disabled"; + signal: "elm,state,disabled"; + source: "elm"; + action: STATE_SET "disabled" 0.0; + target: "disclip"; + } + program { name: "go_enabled"; + signal: "elm,state,enabled"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "disclip"; + } + GENLIST_PROGRAM_FLIP_1TEXT_1ICON + GENLIST_PROGRAM_PLAY_BUTTON_PRESS + } + } + // 4.1.17 group { name: "elm/genlist/item/dialogue/1text.1icon.4/default"; alias: "elm/genlist/item_odd/dialogue/1text.1icon.4/default"; |