From: Sohyun Kim Date: Fri, 25 Mar 2011 09:44:12 +0000 (+0900) Subject: [dialogue group] add item styles X-Git-Tag: 2.0_alpha~901^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5d3b46f4bc2fa14a801f77e32983ae00cdbfb32;p=framework%2Fuifw%2Fefl-theme-tizen.git [dialogue group] add item styles --- diff --git a/themes/groups/genlist/genlist_group_title.edc b/themes/groups/genlist/genlist_group_title.edc index b0b433f..5d8cac1 100644 --- a/themes/groups/genlist/genlist_group_title.edc +++ b/themes/groups/genlist/genlist_group_title.edc @@ -297,6 +297,7 @@ } } + /////////// will be removed //////// group { name : "elm/genlist/item/grouptitle.dialogue/default"; alias: "elm/genlist/item_odd/grouptitle.dialogue/default"; alias: "elm/genlist/item_compress/grouptitle.dialogue/default"; @@ -401,3 +402,4 @@ } } } + ///////////////////////////////////////////////// diff --git a/themes/groups/genlist/genlist_styles.edc b/themes/groups/genlist/genlist_styles.edc index 18caf12..2890472 100644 --- a/themes/groups/genlist/genlist_styles.edc +++ b/themes/groups/genlist/genlist_styles.edc @@ -262,6 +262,76 @@ } } + group { name: "elm/genlist/item/1icon/default"; + alias: "elm/genlist/item_odd/1icon/default"; + alias: "elm/genlist/item_compress/1icon/default"; + alias: "elm/genlist/item_compress_odd/1icon/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "icons" "elm.icon"; + + parts { + part { name: "base"; + type: RECT; + repeat_events: 1; + scale: 1; + description { state: "default" 0.0; + color: GENLIST_PART_BG_COLOR_INC; + } + } + BEAT_GENLIST_PART_PADDING_LEFT( 10 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_BOTTOM_LINE + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + description { state: "default" 0.0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + } + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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_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"; + } + program { name: "go_editing"; + signal: "elm,state,editing"; + source: "elm"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; + } + program { name: "go_viewing"; + signal: "elm,state,viewing"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "elm.padding.right"; + } + } + } + group { name: "elm/genlist/item/1text/default"; alias: "elm/genlist/item_odd/1text/default"; alias: "elm/genlist/item/1line_textonly/default"; @@ -4600,7 +4670,9 @@ } } - group { name: "elm/genlist/item_compress/multiline.2text/default"; + group { name: "elm/genlist/item_compress/multiline/2text/default"; + alias: "elm/genlist/item_compress_odd/multiline/2text/default"; + alias: "elm/genlist/item_compress/multiline.2text/default"; alias: "elm/genlist/item_compress_odd/multiline.2text/default"; data.item: "stacking" "above"; @@ -4866,136 +4938,1360 @@ } } - group { name: "elm/genlist/item/dialogue.1text/default"; - alias: "elm/genlist/item_odd/dialogue.1text/default"; - alias: "elm/genlist/item_compress/dialogue.1text/default"; - alias: "elm/genlist/item_compress_odd/dialogue.1text/default"; + group { name : "elm/genlist/item/dialogue/title/default"; + alias: "elm/genlist/item_odd/dialogue/title/default"; + alias: "elm/genlist/item_compress/dialogue/title/default"; + alias: "elm/genlist/item_compress_odd/dialogue/title/default"; data.item: "stacking" "above"; data.item: "selectraise" "on"; data.item: "labels" "elm.text"; + data.item: "treesize" "20"; parts { - BEAT_GENLIST_PART_BASE( 71 ) - BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_DIALOGUE_BASE( 41 ) + BEAT_GENLIST_PART_PADDING_LEFT( 10 ) BEAT_GENLIST_PART_BOTTOM_LINE - BEAT_GENLIST_PART_PADDING_LEFT( 20 ) - BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) - BEAT_GENLIST_PART_DIALOGUE_ITEM 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; + relative: 1.0 0.5; to_x: "elm.padding.left"; } rel2 { relative: 0.0 1.0; to_x: "elm.padding.right"; } - color: GENLIST_PART_TEXT_COLOR_INC; + color: 156 156 156 255; text { - font: "SLP:style=Roman"; - size: 28; + font: "SLP:style=Medium"; + size: 18; min: 0 1; - align: 0.0 0.5; + align: 0.0 0.0; } } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; - } } + BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) BEAT_GENLIST_PART_DISCLIP } 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"; + program { name: "go_editing"; + signal: "elm,state,editing"; source: "elm"; - action: STATE_SET "selected" 0.0; - target: "bg_image"; - target: "elm.text"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; } - program { name: "go_passive"; - signal: "elm,state,unselected"; + program { name: "go_viewing"; + signal: "elm,state,viewing"; source: "elm"; action: STATE_SET "default" 0.0; - target: "bg_image"; - target: "elm.text"; - transition: LINEAR 0.1; + target: "elm.padding.right"; } - program { name: "go_disabled"; - signal: "elm,state,disabled"; + } + } + + group { name : "elm/genlist/item/dialogue/seperator/default"; + alias: "elm/genlist/item_odd/dialogue/seperator/default"; + alias: "elm/genlist/item_compress/dialogue/seperator/default"; + alias: "elm/genlist/item_compress_odd/dialogue/seperator/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "treesize" "20"; + + parts { + BEAT_GENLIST_PART_DIALOGUE_BASE( 21 ) + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DISCLIP + } + programs { + program { name: "go_editing"; + signal: "elm,state,editing"; source: "elm"; - action: STATE_SET "disabled" 0.0; - target: "disclip"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; } - program { name: "go_enabled"; - signal: "elm,state,enabled"; + program { name: "go_viewing"; + signal: "elm,state,viewing"; source: "elm"; action: STATE_SET "default" 0.0; - target: "disclip"; + target: "elm.padding.right"; } } } - group { name: "elm/genlist/item/dialogue.1title.1text/default"; - alias: "elm/genlist/item_odd/dialogue.1title.1text/default"; - alias: "elm/genlist/item_compress/dialogue.1title.1text/default"; - alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default"; + + group { name : "elm/genlist/item/dialogue/seperator.2/default"; + alias: "elm/genlist/item_odd/dialogue/seperator.2/default"; + alias: "elm/genlist/item_compress/dialogue/seperator.2/default"; + alias: "elm/genlist/item_compress_odd/dialogue/seperator.2/default"; data.item: "stacking" "above"; data.item: "selectraise" "on"; - data.item: "labels" "elm.title elm.text"; + data.item: "treesize" "20"; - images { - image: "00_list_img_check.png" COMP; + parts { + BEAT_GENLIST_PART_DIALOGUE_BASE( 11 ) + BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_DISCLIP + } + programs { + program { name: "go_editing"; + signal: "elm,state,editing"; + source: "elm"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; + } + program { name: "go_viewing"; + signal: "elm,state,viewing"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "elm.padding.right"; + } } + } + + group { name : "elm/genlist/item/dialogue/seperator.3/default"; + alias: "elm/genlist/item_odd/dialogue/seperator.3/default"; + alias: "elm/genlist/item_compress/dialogue/seperator.3/default"; + alias: "elm/genlist/item_compress_odd/dialogue/seperator.3/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "treesize" "20"; parts { - BEAT_GENLIST_PART_BASE( 71 ) - BEAT_GENLIST_PART_BOTTOM_LINE - BEAT_GENLIST_PART_PADDING_LEFT( 17 ) + BEAT_GENLIST_PART_DIALOGUE_BASE( 20 ) BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) - BEAT_GENLIST_PART_DIALOGUE_ITEM - part { name: "vertical_line"; + } + programs { + program { name: "go_editing"; + signal: "elm,state,editing"; + source: "elm"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; + } + program { name: "go_viewing"; + signal: "elm,state,viewing"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "elm.padding.right"; + } + } + } + + group { name : "elm/genlist/item/dialogue/seperator.4/default"; + alias: "elm/genlist/item_odd/dialogue/seperator.4/default"; + alias: "elm/genlist/item_compress/dialogue/seperator.4/default"; + alias: "elm/genlist/item_compress_odd/dialogue/seperator.4/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "treesize" "20"; + + parts { + BEAT_GENLIST_PART_DIALOGUE_BASE( 10 ) + BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) + } + programs { + program { name: "go_editing"; + signal: "elm,state,editing"; + source: "elm"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; + } + program { name: "go_viewing"; + signal: "elm,state,viewing"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "elm.padding.right"; + } + } + } + + group { name: "elm/genlist/item/dialogue/bg/1icon/default"; + alias: "elm/genlist/item_odd/dialogue/bg/1icon/default"; + alias: "elm/genlist/item_compress/dialogue/bg/1icon/default"; + alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "icons" "elm.icon"; + + parts { + part { name: "base"; type: RECT; - mouse_events: 0; + repeat_events: 1; + scale: 1; description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_PART_BOTTOM_LINE_INC; - rel1 { - relative: 1.0 0.0; - to_x: "elm.title"; - } - rel2.to_x: "elm.title"; - align: 0.0 0.5; - } + color: 242 238 233 255; + } } - part { name: "editing_vertical_line"; - type: RECT; - mouse_events: 0; + BEAT_GENLIST_PART_PADDING_LEFT( 10 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_BOTTOM_LINE + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_PART_BOTTOM_LINE_INC; - rel1.to_x: "elm.padding.right"; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + } rel2 { relative: 0.0 1.0; to_x: "elm.padding.right"; } - align: 0.0 0.5; - visible: 0; - } - description { state: "editing" 0.0; + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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_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"; + } + program { name: "go_editing"; + signal: "elm,state,editing"; + source: "elm"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; + } + program { name: "go_viewing"; + signal: "elm,state,viewing"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "elm.padding.right"; + } + } + } + + group { name: "elm/genlist/item/dialogue/bg/1icon.2/default"; + alias: "elm/genlist/item_odd/dialogue/bg/1icon.2/default"; + alias: "elm/genlist/item_compress/dialogue/bg/1icon.2/default"; + alias: "elm/genlist/item_compress_odd/dialogue/bg/1icon.2/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "icons" "elm.icon"; + + parts { + part { name: "base"; + type: RECT; + repeat_events: 1; + scale: 1; + description { state: "default" 0.0; + color: 242 238 233 255; + } + } + BEAT_GENLIST_PART_PADDING_LEFT( 10 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + description { state: "default" 0.0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + } + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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_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"; + } + program { name: "go_editing"; + signal: "elm,state,editing"; + source: "elm"; + action: STATE_SET "editing" 0.0; + target: "elm.padding.right"; + } + program { name: "go_viewing"; + signal: "elm,state,viewing"; + source: "elm"; + action: STATE_SET "default" 0.0; + target: "elm.padding.right"; + } + } + } + + group { name: "elm/genlist/item/dialogue/1text/default"; + alias: "elm/genlist/item_odd/dialogue/1text/default"; + alias: "elm/genlist/item_compress/dialogue/1text/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1text/default"; + + alias: "elm/genlist/item/dialogue.1text/default"; + alias: "elm/genlist/item_odd/dialogue.1text/default"; + alias: "elm/genlist/item_compress/dialogue.1text/default"; + alias: "elm/genlist/item_compress_odd/dialogue.1text/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text"; + + parts { + BEAT_GENLIST_PART_BASE( 71 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + 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.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Roman"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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"; + } + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/1text.1icon/default"; + alias: "elm/genlist/item_odd/dialogue/1text.1icon/default"; + alias: "elm/genlist/item_compress/dialogue/1text.1icon/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text"; + data.item: "icons" "elm.icon"; + parts { + BEAT_GENLIST_PART_BASE( 71 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_TOP( 10 ) + BEAT_GENLIST_PART_PADDING_BOTTOM( 10 ) + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.padding.icon.left"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + visible: 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.icon"; + } + rel2.to_x: "elm.icon"; + align: 1.0 0.0; + } + } + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + scale: 1; + description { state: "default" 0.0; + align: 1.0 0.5; + 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.padding.bottom"; + } + } + } + part { name: "elm.text"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + align: 0.0 0.0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.icon.left"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Roman"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_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"; + } + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/1text.1icon.2/default"; + alias: "elm/genlist/item_odd/dialogue/1text.1icon.2/default"; + alias: "elm/genlist/item_compress/dialogue/1text.1icon.2/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1text.1icon.2/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text"; + data.item: "icons" "elm.icon"; + parts { + BEAT_GENLIST_PART_BASE( 71 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_TOP( 10 ) + BEAT_GENLIST_PART_PADDING_BOTTOM( 10 ) + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.padding.icon.right"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + visible: 0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.icon"; + } + rel2.to_x: "elm.icon"; + align: 0.0 0.0; + } + } + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + scale: 1; + description { state: "default" 0.0; + min: 40 40; + max: 40 40; + fixed: 1 1; + align: 0.0 0.5; + rel1 { + relative: 1.0 1.0; + offset: 0 0; + to_x: "elm.padding.left"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 1.0 0.0; + offset: 0 0; + to_x: "elm.padding.left"; + to_y: "elm.padding.bottom"; + } + } + } + part { name: "elm.text"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + align: 0.0 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"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Roman"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_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"; + } + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/2text/default"; + alias: "elm/genlist/item_odd/dialogue/2text/default"; + alias: "elm/genlist/item_compress/dialogue/2text/default"; + alias: "elm/genlist/item_compress_odd/dialogue/2text/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text.1 elm.text.2"; + parts { + BEAT_GENLIST_PART_BASE( 71 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + offset: 0 0; + to_x: "elm.padding.right"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Regular"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + part { name: "elm.text.2"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + offset: 0 0; + to_x: "elm.padding.right"; + } + color: GENLIST_PART_SUB_TEXT_COLOR_INC; + text { + font: "SLP:style=Medium"; + size: 20; + min: 0 1; + align: 1.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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"; + } + 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"; + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/2text.2/default"; + alias: "elm/genlist/item_odd/dialogue/2text.2/default"; + alias: "elm/genlist/item_compress/dialogue/2text.2/default"; + alias: "elm/genlist/item_compress_odd/dialogue/2text.2/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text.1 elm.text.2"; + parts { + BEAT_GENLIST_PART_BASE( 81 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_TOP( 6 ) + BEAT_GENLIST_PART_PADDING_BOTTOM( 6 ) + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 0 38; + fixed: 0 1; + align: 0 0; + rel1 { + relative: 1.0 1.0; + to_x: "elm.padding.left"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 1.0; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.padding.top"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Regular"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + 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; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.padding.bottom"; + } + color: GENLIST_PART_SUB_TEXT_COLOR_INC; + text { + font: "SLP:style=Medium"; + size: 20; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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"; + } + 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"; + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/2text.3/default"; + alias: "elm/genlist/item_odd/dialogue/2text.3/default"; + alias: "elm/genlist/item_compress/dialogue/2text.3/default"; + alias: "elm/genlist/item_compress_odd/dialogue/2text.3/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text.1 elm.text.2"; + parts { + BEAT_GENLIST_PART_BASE( 81 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_TOP( 6 ) + BEAT_GENLIST_PART_PADDING_BOTTOM( 6 ) + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 0 38; + fixed: 0 1; + align: 0 1; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + to_y: "elm.padding.bottom"; + } + rel2 { + relative: 0.0 0.0; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.padding.bottom"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Roman"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + part { name: "elm.text.2"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + align: 0 1; + rel1 { + relative: 1.0 1.0; + to_x: "elm.padding.left"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 0.0; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.text.1"; + } + color: GENLIST_PART_SUB_TEXT_COLOR_INC; + text { + font: "SLP:style=Medium"; + size: 20; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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"; + } + 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"; + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/2text.1icon/default"; + alias: "elm/genlist/item_odd/dialogue/2text.1icon/default"; + alias: "elm/genlist/item_compress/dialogue/2text.1icon/default"; + alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text.1 elm.text.2"; + data.item: "icons" "elm.icon"; + parts { + BEAT_GENLIST_PART_BASE( 71 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_TOP( 10 ) + BEAT_GENLIST_PART_PADDING_BOTTOM( 10 ) + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.padding.icon.right"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + visible: 0; + rel1 { + relative: 1.0 0.0; + to_x: "elm.icon"; + } + rel2.to_x: "elm.icon"; + align: 0.0 0.0; + } + } + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + scale: 1; + description { state: "default" 0.0; + min: 40 40; + max: 40 40; + fixed: 1 1; + align: 0.0 0.5; + rel1 { + relative: 1.0 1.0; + offset: 0 0; + to_x: "elm.padding.left"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 1.0 0.0; + offset: 0 0; + to_x: "elm.padding.left"; + to_y: "elm.padding.bottom"; + } + } + } + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + align: 0.0 0.0; + rel1 { + relative: 1.0 1.0; + offset: 0 0; + to_x: "elm.padding.icon.right"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 0.0; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.padding.bottom"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Roman"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + part { name: "elm.text.2"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + rel1 { + relative: 1.0 0.0; + offset: 0 0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + offset: 0 0; + to_x: "elm.padding.right"; + } + color: GENLIST_PART_SUB_TEXT_COLOR_INC; + text { + font: "SLP:style=Medium"; + size: 20; + min: 0 1; + align: 1.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_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.1"; + target: "elm.text.2"; + } + 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"; + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/2text.1icon.2/default"; + alias: "elm/genlist/item_odd/dialogue/2text.1icon.2/default"; + alias: "elm/genlist/item_compress/dialogue/2text.1icon.2/default"; + alias: "elm/genlist/item_compress_odd/dialogue/2text.1icon.2/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.text.1 elm.text.2"; + data.item: "icons" "elm.icon"; + parts { + BEAT_GENLIST_PART_BASE( 81 ) + BEAT_GENLIST_PART_BG_IMAGE + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_TOP( 6 ) + BEAT_GENLIST_PART_PADDING_BOTTOM( 6 ) + BEAT_GENLIST_PART_PADDING_LEFT( 20 ) + BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + + part { name: "elm.padding.icon.left"; + type: RECT; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + visible: 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.icon"; + } + rel2.to_x: "elm.icon"; + align: 1.0 0.0; + } + } + part { name: "elm.icon"; + clip_to: "disclip"; + type: SWALLOW; + scale: 1; + description { state: "default" 0.0; + align: 1.0 0.5; + fixed: 1 1; + rel1 { + relative: 0.0 1.0; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 0.0; + offset: 0 0; + to_x: "elm.padding.right"; + to_y: "elm.padding.bottom"; + } + } + } + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 0 38; + fixed: 0 1; + align: 0 0; + rel1 { + relative: 1.0 1.0; + to_x: "elm.padding.left"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 1.0; + offset: 0 0; + to_x: "elm.padding.icon.left"; + to_y: "elm.padding.top"; + } + color: GENLIST_PART_TEXT_COLOR_INC; + text { + font: "SLP:style=Roman"; + size: 28; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + 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; + offset: 0 0; + to_x: "elm.padding.icon.left"; + to_y: "elm.padding.bottom"; + } + color: GENLIST_PART_SUB_TEXT_COLOR_INC; + text { + font: "SLP:style=Medium"; + size: 20; + min: 0 1; + align: 0.0 0.5; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + } + } + BEAT_GENLIST_PART_DISCLIP + } + 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"; + } + 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"; + 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"; + } + } + } + + group { name: "elm/genlist/item/dialogue/1title.1text/default"; + alias: "elm/genlist/item_odd/dialogue/1title.1text/default"; + alias: "elm/genlist/item_compress/dialogue/1title.1text/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1title.1text/default"; + + alias: "elm/genlist/item/dialogue.1title.1text/default"; + alias: "elm/genlist/item_odd/dialogue.1title.1text/default"; + alias: "elm/genlist/item_compress/dialogue.1title.1text/default"; + alias: "elm/genlist/item_compress_odd/dialogue.1title.1text/default"; + + data.item: "stacking" "above"; + data.item: "selectraise" "on"; + data.item: "labels" "elm.title elm.text"; + + images { + image: "00_list_img_check.png" COMP; + } + + parts { + BEAT_GENLIST_PART_BASE( 71 ) + BEAT_GENLIST_PART_BOTTOM_LINE + BEAT_GENLIST_PART_PADDING_LEFT( 17 ) + BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) + BEAT_GENLIST_PART_DIALOGUE_ITEM + part { name: "vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: GENLIST_PART_BOTTOM_LINE_INC; + rel1 { + relative: 1.0 0.0; + to_x: "elm.title"; + } + rel2.to_x: "elm.title"; + align: 0.0 0.5; + } + } + part { name: "editing_vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: GENLIST_PART_BOTTOM_LINE_INC; + rel1.to_x: "elm.padding.right"; + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + } + align: 0.0 0.5; + visible: 0; + } + description { state: "editing" 0.0; inherit: "default" 0.0; visible: 1; } @@ -5125,6 +6421,8 @@ } } } + + ///////// will be removed ///////// group { name: "elm/genlist/item/dialogue.1title.1text.2/default"; alias: "elm/genlist/item_odd/dialogue.1title.1text.2/default"; alias: "elm/genlist/item_compress/dialogue.1title.1text.2/default"; @@ -5348,7 +6646,14 @@ } } } - group { name: "elm/genlist/item/dialogue.1title.4text/default"; + /////////////////////////// + + group { name: "elm/genlist/item/dialogue/1title.4text/default"; + alias: "elm/genlist/item_odd/dialogue/1title.4text/default"; + alias: "elm/genlist/item_compress/dialogue/1title.4text/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1title.4text/default"; + + alias: "elm/genlist/item/dialogue.1title.4text/default"; alias: "elm/genlist/item_odd/dialogue.1title.4text/default"; alias: "elm/genlist/item_compress/dialogue.1title.4text/default"; alias: "elm/genlist/item_compress_odd/dialogue.1title.4text/default"; @@ -5626,7 +6931,13 @@ } } } - group { name: "elm/genlist/item/dialogue.1icon.2text/default"; + + group { name: "elm/genlist/item/dialogue/1icon.2text/default"; + alias: "elm/genlist/item_odd/dialogue/1icon.2text/default"; + alias: "elm/genlist/item_compress/dialogue/1icon.2text/default"; + alias: "elm/genlist/item_compress_odd/dialogue/1icon.2text/default"; + + alias: "elm/genlist/item/dialogue.1icon.2text/default"; alias: "elm/genlist/item_odd/dialogue.1icon.2text/default"; alias: "elm/genlist/item_compress/dialogue.1icon.2text/default"; alias: "elm/genlist/item_compress_odd/dialogue.1icon.2text/default"; @@ -5718,7 +7029,6 @@ fixed: 0 1; color: GENLIST_PART_BOTTOM_LINE_INC; rel1 { - //relative: 1.0 0.0; relative: 0.0 1.0; to_x: "elm.base.text"; } @@ -5899,7 +7209,14 @@ } } } - group { name: "elm/genlist/item/dialogue.3icon/default"; + + + group { name: "elm/genlist/item/dialogue/bg/3icon/default"; + alias: "elm/genlist/item_odd/dialogue/bg/3icon/default"; + alias: "elm/genlist/item_compress/dialogue/bg/3icon/default"; + alias: "elm/genlist/item_compress_odd/dialogue/bg/3icon/default"; + + alias: "elm/genlist/item/dialogue.3icon/default"; alias: "elm/genlist/item_odd/dialogue.3icon/default"; alias: "elm/genlist/item_compress/dialogue.3icon/default"; alias: "elm/genlist/item_compress_odd/dialogue.3icon/default"; @@ -5910,82 +7227,28 @@ parts { BEAT_GENLIST_PART_DIALOGUE_BASE( 46 ) - BEAT_GENLIST_PART_PADDING_LEFT( 10 ) - BEAT_GENLIST_PART_DIALOGUE_PADDING_RIGHT( 10 ) part { name: "elm.icon.1"; clip_to: "disclip"; type: SWALLOW; description { state: "default" 0.0; - min: 146 0; - fixed: 1 0; - rel1.to_x: "elm.padding.right"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; - } - align: 1.0 0.5; - } - } - part { name: "elm.padding.icon.1.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 10 0; - fixed: 1 0; - rel1.to_x: "elm.icon.1"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.1"; - } - visible: 0; - align: 1.0 0.5; + rel1.relative: 0.021 0.0; + rel2.relative: 0.327 1.0; } } part { name: "elm.icon.2"; clip_to: "disclip"; type: SWALLOW; description { state: "default" 0.0; - min: 146 0; - fixed: 1 0; - rel1.to_x: "elm.padding.icon.1.left"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.1.left"; - } - align: 1.0 0.5; - } - } - part { name: "elm.padding.icon.2.left"; - clip_to: "disclip"; - type: RECT; - mouse_events: 0; - scale: 1; - description { state: "default" 0.0; - min: 10 0; - fixed: 1 0; - rel1.to_x: "elm.icon.2"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.icon.2"; - } - visible: 0; - align: 1.0 0.5; + rel1.relative: 0.348 0.0; + rel2.relative: 0.652 1.0; } } part { name: "elm.icon.3"; clip_to: "disclip"; type: SWALLOW; description { state: "default" 0.0; - min: 146 0; - fixed: 1 0; - rel1.to_x: "elm.padding.icon.2.left"; - rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.icon.2.left"; - } - align: 1.0 0.5; + rel1.relative: 0.673 0.0; + rel2.relative: 0.979 1.0; } } BEAT_GENLIST_PART_DISCLIP @@ -6008,7 +7271,7 @@ action: STATE_SET "default" 0.0; target: "disclip"; } - program { name: "go_editing"; + /*program { name: "go_editing"; signal: "elm,state,editing"; source: "elm"; action: STATE_SET "editing" 0.0; @@ -6019,9 +7282,11 @@ source: "elm"; action: STATE_SET "default" 0.0; target: "elm.padding.right"; - } + }*/ } } + + ///////// will be removed ///////// group { name: "elm/genlist/item/dialogue.3icon.2/default"; alias: "elm/genlist/item_odd/dialogue.3icon.2/default"; alias: "elm/genlist/item_compress/dialogue.3icon.2/default"; @@ -6158,3 +7423,4 @@ } } } + ////////////////////////////////