[genlist] modify 2text.1icon.4.tb, add 2text.2icon.6.tb
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 16 May 2012 07:51:46 +0000 (16:51 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Wed, 16 May 2012 07:53:51 +0000 (16:53 +0900)
Change-Id: I43fa792a806288cc0544dd5ce775771b264bc33a

themes/widgets/genlist/genlist_normal.edc

index cb4067f..a08b5fd 100644 (file)
    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;
                align: 0.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_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";