From b0555196cf5167a2c281cff147e40a76871e3f0a Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Wed, 16 May 2012 16:51:46 +0900 Subject: [PATCH] [genlist] modify 2text.1icon.4.tb, add 2text.2icon.6.tb Change-Id: I43fa792a806288cc0544dd5ce775771b264bc33a --- themes/widgets/genlist/genlist_normal.edc | 105 ++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index cb4067f..a08b5fd 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -5802,6 +5802,40 @@ group { name: "elm/genlist/item_compress/2text.1icon.4.tb/default"; inherit: "elm/genlist/item/2text.1icon.4/default"; parts { + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXTBLOCK; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 0 GENLIST_SIZE_61_INC; + fixed: 0 1; + rel1 { + relative: 1.0 1.0; + to_x: "elm.padding.icon.right"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + to_y: "elm.padding.top"; + } + align: 0.0 0.0; + text { + style: "genlist_default_textblock_style"; + size: GENLIST_FONT_44_INC; + min: 0 1; + align: 0.0 0.5; + text_class: "slp_roman"; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + text.style: "genlist_default_textblock_selected_style"; + } + GENLIST_DESCRIPTION_INVISIBLE_SELECTED + GENLIST_DESCRIPTION_FLIP_ENABLED + } part { name: "elm.text.2"; clip_to: "disclip"; type: TEXTBLOCK; @@ -5821,6 +5855,7 @@ align: 0.0 0.5; text { style: "genlist_default_textblock_style"; + size: GENLIST_FONT_32_INC; min: 0 1; align: 0.0 0.5; } @@ -9754,6 +9789,76 @@ } } + group { name: "elm/genlist/item_compress/2text.2icon.6.tb/default"; + inherit: "elm/genlist/item/2text.2icon.6/default"; + parts { + part { name: "elm.text.1"; + clip_to: "disclip"; + type: TEXTBLOCK; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: 0 GENLIST_SIZE_61_INC; + fixed: 0 1; + rel1 { + relative: 1.0 1.0; + to_x: "elm.padding.icon1.right"; + to_y: "elm.padding.top"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.padding.right"; + to_y: "elm.padding.top"; + } + align: 0.0 0.0; + text { + style: "genlist_default_textblock_style"; + size: GENLIST_FONT_44_INC; + min: 0 1; + align: 0.0 0.5; + text_class: "slp_roman"; + } + } + description { state: "selected" 0.0; + inherit: "default" 0.0; + text.style: "genlist_default_textblock_selected_style"; + } + GENLIST_DESCRIPTION_FLIP_ENABLED + } + part { name: "elm.text.2"; + clip_to: "disclip"; + type: TEXTBLOCK; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + rel1 { + relative: 1.0 1.0; + to_x: "elm.padding.icon1.right"; + to_y: "elm.text.1"; + } + rel2 { + relative: 0.0 0.0; + offset: 0 0; + to_x: "elm.padding.icon2.left"; + to_y: "elm.padding.bottom"; + } + text { + style: "genlist_default_textblock_style"; + 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; + text.style: "genlist_default_textblock_selected_style"; + } + GENLIST_DESCRIPTION_FLIP_ENABLED + } + } + } + // 3.2.27 group { name: "elm/genlist/item/2text.1icon.12/default"; alias: "elm/genlist/item_odd/2text.1icon.12/default"; -- 2.7.4