[genlist] add dialogue/2text.2icon.3.tb style
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 25 May 2012 01:34:45 +0000 (10:34 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 25 May 2012 01:34:45 +0000 (10:34 +0900)
themes/widgets/genlist/genlist_normal.edc

index 5cefbe0..3cb865b 100644 (file)
       }
    }
 
+   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";