From cca7ca440f854d40e64b46e48c1b514738f0b135 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Fri, 25 May 2012 10:34:45 +0900 Subject: [PATCH] [genlist] add dialogue/2text.2icon.3.tb style --- themes/widgets/genlist/genlist_normal.edc | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index 5cefbe0..3cb865b 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -19361,6 +19361,42 @@ } } + group { name: "elm/genlist/item_compress/dialogue/2text.2icon.3.tb/default"; + inherit: "elm/genlist/item/dialogue/2text.2icon.3/default"; + parts { + 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; + 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 + } + } + } + group { name: "elm/genlist/item/dialogue/2text.1icon.5/default"; alias: "elm/genlist/item_odd/dialogue/2text.1icon.5/default"; alias: "elm/genlist/item_compress/dialogue/2text.1icon.5/default"; -- 2.7.4