From: Hyoyoung Chang Date: Wed, 30 May 2012 06:50:31 +0000 (+0900) Subject: [genlist] add 2text.2icon.8.tb style X-Git-Tag: 2.0_alpha~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b63453c573f0c2f6263370505cb1929a54a8f5ed;p=framework%2Fuifw%2Fefl-theme-tizen.git [genlist] add 2text.2icon.8.tb style Change-Id: I6255645926f1cea1c7ae8f36f90a4a091e7d94c5 --- diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index a695cd3..f8779c0 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -11654,6 +11654,45 @@ } } + group { name: "elm/genlist/item_compress/2text.2icon.8.tb/default"; + inherit: "elm/genlist/item/2text.2icon.8/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.icon2.left"; + 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 + } + } + } + // 3.2.33 group { name: "elm/genlist/item/1text.2icon.5/default"; alias: "elm/genlist/item_odd/1text.2icon.5/default";