From 9d25c67f9445b3ffc1a897806bf90d9472e68408 Mon Sep 17 00:00:00 2001 From: JeongHyun Yun Date: Mon, 18 Apr 2011 20:57:07 +0900 Subject: [PATCH] genlist style fixed Change-Id: I91cb3f487fa6dd055a0165970c1482718e097afe --- themes/groups/genlist/genlist_styles.edc | 844 ++++++++++++++++++++----------- 1 file changed, 545 insertions(+), 299 deletions(-) diff --git a/themes/groups/genlist/genlist_styles.edc b/themes/groups/genlist/genlist_styles.edc index 66194a8..549a62d 100644 --- a/themes/groups/genlist/genlist_styles.edc +++ b/themes/groups/genlist/genlist_styles.edc @@ -445,52 +445,23 @@ BEAT_GENLIST_PART_PADDING_LEFT( 10 ) BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) - 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=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_DESCRIPTION_RENAME_ENABLED - } part { name: "elm.text.2"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; + min: 98 0; + fixed: 1 0; rel1 { - relative: 1.0 0.0; - offset: 0 0; - to_x: "elm.padding.left"; + relative: 0.0 0.0; + to_x: "elm.padding.right"; } rel2 { relative: 0.0 1.0; - offset: 0 0; to_x: "elm.padding.right"; } + align: 1.0 0.5; color: GENLIST_PART_SUB_TEXT_COLOR_INC; text { font: "SLP:style=Medium"; @@ -505,137 +476,86 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - BEAT_GENLIST_PART_RENAME - 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"; - } - BEAT_GENLIST_PROGRAM_RENAME_2TEXT - } - } - -/* - group { name: "elm/genlist/item/2text.4/default"; - alias: "elm/genlist/item_odd/2text.4/default"; - alias: "elm/genlist/item_compress/2text.4/default"; - alias: "elm/genlist/item_compress_odd/2text.4/default"; - - data.item: "stacking" "above"; - data.item: "selectraise" "on"; - data.item: "labels" "elm.text.1 elm.text.2"; - images { - image: "00_list_bar_press_1x80.png" COMP; - } - parts { - BEAT_GENLIST_PART_BASE( 70 ) - BEAT_GENLIST_PART_BG_IMAGE - BEAT_GENLIST_PART_BOTTOM_LINE - BEAT_GENLIST_PART_PADDING_LEFT( 10 ) - BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) - part { name: "elm.separator"; + part { name: "elm.padding.text2.left"; type: RECT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: 1 0; + min: 10 0; fixed: 1 0; - visible: 1; rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.text1.right"; + relative: 0.0 0.0; + to_x: "elm.text.2"; } - rel2.to_x: "elm.padding.text1.right"; - align: 0.0 0.0; - color: GENLIST_PART_BOTTOM_LINE_INC; + rel2 { + relative: 0.0 1.0; + to_x: "elm.text.2"; + } + visible: 0; + align: 1.0 0.5; } } - part { name: "elm.padding.text1.right"; + + part { name: "vertical_line"; type: RECT; - scale: 1; + mouse_events: 0; description { state: "default" 0.0; - min: 10 0; + min: 1 0; fixed: 1 0; - visible: 0; + color: 0 0 0 0; rel1 { - relative: 1.0 0.0; - to_x: "elm.text.1"; + relative: 0.0 0.0; + to_x: "elm.padding.text2.left"; } - rel2.to_x: "elm.text.1"; - align: 0.0 0.0; + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text2.left"; + } + align: 1.0 0.5; } } - part { name: "elm.padding.text2.left"; + + part { name: "elm.padding.text1.right"; type: RECT; + mouse_events: 0; scale: 1; description { state: "default" 0.0; min: 10 0; fixed: 1 0; - visible: 0; rel1 { - relative: 1.0 0.0; - to_x: "elm.separator"; + relative: 0.0 0.0; + to_x: "vertical_line"; } - rel2.to_x: "elm.separator"; - align: 1.0 0.0; + rel2 { + relative: 0.0 1.0; + to_x: "vertical_line"; + } + visible: 0; + align: 1.0 0.5; } } + part { name: "elm.text.1"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: 0 0; - fixed: 1 0; - align: 0 0; rel1 { relative: 1.0 0.0; - offset: 0 0; to_x: "elm.padding.left"; } rel2 { - relative: 1.0 1.0; - offset: 0 0; - to_x: "elm.padding.left"; + relative: 0.0 1.0; + to_x: "elm.padding.text1.right"; } + align: 0.0 0.5; color: GENLIST_PART_TEXT_COLOR_INC; text { font: "SLP:style=Roman"; size: 28; - min: 1 1; + min: 0 1; align: 0.0 0.5; } } @@ -643,34 +563,28 @@ inherit: "default" 0.0; color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; } + BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.2"; + part { name: "elm.edit.rename"; clip_to: "disclip"; - type: TEXT; - mouse_events: 0; + type: SWALLOW; + mouse_events: 1; scale: 1; description { state: "default" 0.0; + visible: 0; + fixed: 1 1; rel1 { relative: 1.0 0.0; - offset: 0 0; - to_x: "elm.padding.text2.left"; + 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: 0.0 0.5; + to_x: "elm.padding.text1.right"; } } - description { state: "selected" 0.0; + description { state: "rename_enabled" 0.0; inherit: "default" 0.0; - color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; + visible: 1; } } BEAT_GENLIST_PART_DISCLIP @@ -710,9 +624,9 @@ action: STATE_SET "default" 0.0; target: "disclip"; } + BEAT_GENLIST_PROGRAM_RENAME_2TEXT } } -*/ group { name: "elm/genlist/item/1text.1icon/default"; alias: "elm/genlist/item_odd/1text.1icon/default"; @@ -2156,31 +2070,29 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.1"; + part { name: "elm.text.2"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; - align: 0.0 0.0; + min: 98 0; + fixed: 1 0; rel1 { - relative: 1.0 1.0; - offset: 0 0; - to_x: "elm.padding.icon.right"; - to_y: "elm.padding.top"; + relative: 0.0 0.0; + to_x: "elm.padding.right"; } rel2 { - relative: 0.0 0.0; - offset: 0 0; + relative: 0.0 1.0; to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; } - color: GENLIST_PART_TEXT_COLOR_INC; + color: GENLIST_PART_SUB_TEXT_COLOR_INC; + align: 1.0 0.5; text { - font: "SLP:style=Roman"; - size: 28; + font: "SLP:style=Medium"; + size: 20; min: 0 1; - align: 0.0 0.5; + align: 1.0 0.5; } } description { state: "selected" 0.0; @@ -2189,46 +2101,127 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.2"; - clip_to: "disclip"; - type: TEXT; + part { name: "elm.padding.text2.left"; + type: RECT; mouse_events: 0; scale: 1; description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; rel1 { - relative: 1.0 0.0; - offset: 0 0; - to_x: "elm.padding.left"; + relative: 0.0 0.0; + to_x: "elm.text.2"; } 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; + relative: 0.0 1.0; + to_x: "elm.text.2"; } + visible: 0; + align: 1.0 0.5; } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; - } - BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - BEAT_GENLIST_PART_RENAME - 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"; + + part { name: "vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: 0 0 0 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.padding.text2.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text2.left"; + } + align: 1.0 0.5; + } + } + + part { name: "elm.padding.text1.right"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "vertical_line"; + } + rel2 { + relative: 0.0 1.0; + to_x: "vertical_line"; + } + visible: 0; + align: 1.0 0.5; + } + } + + 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; + to_x: "elm.padding.icon.right"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 0.0; + to_x: "elm.padding.text1.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; + } + BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED + } + part { name: "elm.edit.rename"; + clip_to: "disclip"; + type: SWALLOW; + mouse_events: 1; + scale: 1; + description { state: "default" 0.0; + visible: 0; + fixed: 1 1; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.icon.right"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text1.right"; + } + } + description { state: "rename_enabled" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } + 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"; @@ -2742,6 +2735,97 @@ BEAT_GENLIST_PART_PADDING_LEFT( 10 ) BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) + part { name: "elm.text.3"; + clip_to: "disclip"; + type: TEXT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 98 30; + 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_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_DESCRIPTION_RENAME_ENABLED + } + part { name: "elm.padding.text3.left"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.text.3"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.text.3"; + } + visible: 0; + align: 1.0 0.5; + } + } + + part { name: "vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: 0 0 0 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.padding.text3.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text3.left"; + } + align: 1.0 0.5; + } + } + + part { name: "elm.padding.text2.right"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "vertical_line"; + } + rel2 { + relative: 0.0 1.0; + to_x: "vertical_line"; + } + visible: 0; + align: 1.0 0.5; + } + } part { name: "elm.padding.icon.left"; type: RECT; scale: 1; @@ -2768,15 +2852,13 @@ align: 1.0 0.5; rel1 { relative: 0.0 1.0; - offset: 0 0; to_x: "elm.padding.right"; to_y: "elm.padding.top"; } rel2 { - relative: 0.0 1.0; - offset: 0 0; + relative: 0.0 0.0; to_x: "elm.padding.right"; - to_y: "elm.text.1"; + to_y: "elm.text.3"; } } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED @@ -2787,20 +2869,17 @@ 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; + relative: 0.0 0.0; to_x: "elm.padding.icon.left"; - to_y: "elm.padding.top"; + to_y: "elm.text.3"; } + align: 0.0 0.5; color: GENLIST_PART_TEXT_COLOR_INC; text { font: "SLP:style=Roman"; @@ -2828,10 +2907,10 @@ } rel2 { relative: 0.0 0.0; - offset: 0 0; - to_x: "elm.padding.icon.left"; + to_x: "elm.padding.text2.right"; to_y: "elm.padding.bottom"; } + align: 0.0 0.5; color: GENLIST_PART_SUB_TEXT_COLOR_INC; text { font: "SLP:style=Medium"; @@ -2846,37 +2925,6 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.3"; - 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: 1.0 0.5; - } - } - description { state: "selected" 0.0; - inherit: "default" 0.0; - color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; - } - BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED - } BEAT_GENLIST_PART_RENAME BEAT_GENLIST_PART_DISCLIP } @@ -3561,41 +3609,98 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.1"; + part { name: "elm.text.3"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: 0 38; - fixed: 0 1; - align: 0 0; + min: 98 38; + fixed: 1 1; rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.icon.right"; + relative: 0.0 1.0; + to_x: "elm.padding.right"; 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; + align: 1.0 0.0; + color: GENLIST_PART_SUB_TEXT_COLOR_INC; text { - font: "SLP:style=Roman"; - size: 28; + font: "SLP:style=Medium"; + size: 20; min: 0 1; - align: 0.0 0.5; + align: 1.0 0.5; } } description { state: "selected" 0.0; inherit: "default" 0.0; color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; } - BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED + BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED + } + part { name: "elm.padding.text3.left"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.text.3"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.text.3"; + } + visible: 0; + align: 1.0 0.5; + } + } + + part { name: "vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: 0 0 0 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.padding.text3.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text3.left"; + } + align: 1.0 0.5; + } + } + + part { name: "elm.padding.text1.right"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "vertical_line"; + } + rel2 { + relative: 0.0 1.0; + to_x: "vertical_line"; + } + visible: 0; + align: 1.0 0.5; + } } - part { name: "elm.text.2"; + part { name: "elm.text.1"; clip_to: "disclip"; type: TEXT; mouse_events: 0; @@ -3604,18 +3709,19 @@ rel1 { relative: 1.0 1.0; to_x: "elm.padding.icon.right"; - to_y: "elm.text.1"; + to_y: "elm.padding.top"; } rel2 { - relative: 0.0 0.0; + relative: 0.0 1.0; offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; + to_x: "elm.padding.text1.right"; + to_y: "elm.text.3"; } - color: GENLIST_PART_SUB_TEXT_COLOR_INC; + align: 0.0 0.5; + color: GENLIST_PART_TEXT_COLOR_INC; text { - font: "SLP:style=Medium"; - size: 20; + font: "SLP:style=Roman"; + size: 28; min: 0 1; align: 0.0 0.5; } @@ -3626,7 +3732,7 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.3"; + part { name: "elm.text.2"; clip_to: "disclip"; type: TEXT; mouse_events: 0; @@ -3634,21 +3740,21 @@ description { state: "default" 0.0; rel1 { relative: 1.0 1.0; - to_x: "elm.padding.left"; - to_y: "elm.padding.top"; + to_x: "elm.padding.icon.right"; + to_y: "elm.text.1"; } rel2 { - relative: 0.0 1.0; + relative: 0.0 0.0; offset: 0 0; to_x: "elm.padding.right"; - to_y: "elm.text.1"; + to_y: "elm.padding.bottom"; } color: GENLIST_PART_SUB_TEXT_COLOR_INC; text { font: "SLP:style=Medium"; size: 20; min: 0 1; - align: 1.0 0.5; + align: 0.0 0.5; } } description { state: "selected" 0.0; @@ -5220,32 +5326,31 @@ BEAT_GENLIST_PART_PADDING_LEFT( 10 ) BEAT_GENLIST_PART_PADDING_RIGHT( 10 ) - part { name: "elm.text.1"; + part { name: "elm.text.3"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: 0 38; - fixed: 0 1; - align: 0 0; + min: 98 38; + fixed: 1 1; rel1 { - relative: 1.0 1.0; - to_x: "elm.padding.left"; + relative: 0.0 1.0; + to_x: "elm.padding.right"; 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; + align: 1.0 0.0; + color: GENLIST_PART_SUB_TEXT_COLOR_INC; text { - font: "SLP:style=Roman"; - size: 28; + font: "SLP:style=Medium"; + size: 20; min: 0 1; - align: 0.0 0.5; + align: 1.0 0.5; } } description { state: "selected" 0.0; @@ -5254,7 +5359,67 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.2"; + + part { name: "elm.padding.text3.left"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.text.3"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.text.3"; + } + visible: 0; + align: 1.0 0.5; + } + } + + part { name: "vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: 0 0 0 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.padding.text3.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text3.left"; + } + align: 1.0 0.5; + } + } + + part { name: "elm.padding.text1.right"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "vertical_line"; + } + rel2 { + relative: 0.0 1.0; + to_x: "vertical_line"; + } + visible: 0; + align: 1.0 0.5; + } + } + + part { name: "elm.text.1"; clip_to: "disclip"; type: TEXT; mouse_events: 0; @@ -5263,18 +5428,18 @@ rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; - to_y: "elm.text.1"; + to_y: "elm.padding.top"; } rel2 { - relative: 0.0 0.0; - offset: 0 0; - to_x: "elm.padding.right"; - to_y: "elm.padding.bottom"; + relative: 0.0 1.0; + to_x: "elm.padding.text1.right"; + to_y: "elm.text.3"; } - color: GENLIST_PART_SUB_TEXT_COLOR_INC; + align: 0.0 0.5; + color: GENLIST_PART_TEXT_COLOR_INC; text { - font: "SLP:style=Medium"; - size: 20; + font: "SLP:style=Roman"; + size: 28; min: 0 1; align: 0.0 0.5; } @@ -5285,30 +5450,29 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - part { name: "elm.text.3"; + part { name: "elm.text.2"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; - align: 1 1; rel1 { relative: 1.0 1.0; to_x: "elm.padding.left"; - to_y: "elm.padding.top"; + to_y: "elm.text.1"; } rel2 { - relative: 0.0 1.0; + relative: 0.0 0.0; offset: 0 0; to_x: "elm.padding.right"; - to_y: "elm.text.1"; + to_y: "elm.padding.bottom"; } color: GENLIST_PART_SUB_TEXT_COLOR_INC; text { font: "SLP:style=Medium"; size: 20; min: 0 1; - align: 1.0 0.5; + align: 0.0 0.5; } } description { state: "selected" 0.0; @@ -5317,7 +5481,28 @@ } BEAT_GENLIST_DESCRIPTION_RENAME_ENABLED } - BEAT_GENLIST_PART_RENAME + part { name: "elm.edit.rename"; + clip_to: "disclip"; + type: SWALLOW; + mouse_events: 1; + scale: 1; + description { state: "default" 0.0; + visible: 0; + fixed: 1 1; + rel1 { + relative: 1.0 0.0; + to_x: "elm.padding.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text1.right"; + } + } + description { state: "rename_enabled" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } BEAT_GENLIST_PART_DISCLIP } programs { @@ -7788,27 +7973,29 @@ } } } - part { name: "elm.text.1"; + part { name: "elm.text.2"; clip_to: "disclip"; type: TEXT; mouse_events: 0; scale: 1; description { state: "default" 0.0; - align: 0.0 0.0; + min: 98 0; + fixed: 1 0; rel1 { - relative: 1.0 0.0; - to_x: "elm.padding.icon.right"; + relative: 0.0 0.0; + to_x: "elm.padding.right"; } rel2 { - relative: 0.0 1.0; + relative: 0.0 1.0; to_x: "elm.padding.right"; } - color: GENLIST_PART_TEXT_COLOR_INC; + align: 1.0 0.5; + color: 226 144 1 255; text { - font: "SLP:style=Roman"; - size: 28; + font: "SLP:style=Medium"; + size: 20; min: 0 1; - align: 0.0 0.5; + align: 1.0 0.5; } } description { state: "selected" 0.0; @@ -7816,26 +8003,85 @@ color: GENLIST_PART_TEXT_SELECTED_COLOR_INC; } } - part { name: "elm.text.2"; + part { name: "elm.padding.text2.left"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.text.2"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.text.2"; + } + visible: 0; + align: 1.0 0.5; + } + } + + part { name: "vertical_line"; + type: RECT; + mouse_events: 0; + description { state: "default" 0.0; + min: 1 0; + fixed: 1 0; + color: 0 0 0 0; + rel1 { + relative: 0.0 0.0; + to_x: "elm.padding.text2.left"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.text2.left"; + } + align: 1.0 0.5; + } + } + + part { name: "elm.padding.text1.right"; + type: RECT; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 10 0; + fixed: 1 0; + rel1 { + relative: 0.0 0.0; + to_x: "vertical_line"; + } + rel2 { + relative: 0.0 1.0; + to_x: "vertical_line"; + } + visible: 0; + align: 1.0 0.5; + } + } + 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 0.0; - to_x: "elm.padding.left"; + relative: 1.0 0.0; + to_x: "elm.padding.icon.right"; } rel2 { - relative: 0.0 1.0; - to_x: "elm.padding.right"; + relative: 0.0 1.0; + to_x: "elm.padding.text1.right"; } - color: 226 144 1 255; + color: GENLIST_PART_TEXT_COLOR_INC; text { - font: "SLP:style=Medium"; - size: 20; + font: "SLP:style=Roman"; + size: 28; min: 0 1; - align: 1.0 0.5; + align: 0.0 0.5; } } description { state: "selected" 0.0; -- 2.7.4