[genlist] add style "dialogue/2text.4.tb"
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 4 May 2012 06:50:51 +0000 (15:50 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 4 May 2012 06:50:51 +0000 (15:50 +0900)
themes/widgets/genlist/genlist_normal.edc

index 1d125df..34671b0 100644 (file)
       }
    }
 
+   group { name: "elm/genlist/item_compress/dialogue/2text.4.tb/default";
+      inherit: "elm/genlist/item/dialogue/2text.4/default";
+      parts {
+         part { name: "elm.text.2";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_SIZE_206_INC 0;
+               fixed: 1 0;
+               rel1.to_x: "elm.padding.right";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               rel2.to_x: "elm.padding.right";
+               align: 1.0 0.5;
+               text {
+                  style: "genlist_default_textblock_style";
+                  size: GENLIST_FONT_32_INC;
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+         }
+      }
+   }
+
    group { name: "elm/genlist/item/dialogue/1text.3icon.2/default";
       alias: "elm/genlist/item_odd/dialogue/1text.3icon.2/default";
       alias: "elm/genlist/item_compress/dialogue/1text.3icon.2/default";