[genlist] add 1text.1icon.2.tb, 1text.2icon.6.tb
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 11 May 2012 06:09:43 +0000 (15:09 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Fri, 11 May 2012 06:10:22 +0000 (15:10 +0900)
themes/widgets/genlist/genlist_normal.edc

index 4afe731..cb4067f 100644 (file)
       }
    }
 
+   group { name: "elm/genlist/item_compress/1text.1icon.2.tb/default";
+      inherit: "elm/genlist/item/1text.1icon.2/default";
+      parts {
+         part { name: "elm.text";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.right";
+               }
+               align: 0.0 0.5;
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            description { state: "selected" 0.0;
+               inherit: "default" 0.0;
+               text.style: "genlist_default_textblock_selected_style";
+            }
+            GENLIST_DESCRIPTION_INVISIBLE_SELECTED
+            GENLIST_DESCRIPTION_FLIP_ENABLED
+         }
+      }
+   }
+
+
 // 3.1.11
    group { name: "elm/genlist/item/2text.1icon/default";
       alias: "elm/genlist/item_odd/2text.1icon/default";
       }
    }
 
+   group { name: "elm/genlist/item_compress/1text.2icon.6.tb/default";
+      inherit: "elm/genlist/item/1text.2icon.6/default";
+      parts {
+         part { name: "elm.text";
+            clip_to: "disclip";
+            type: TEXTBLOCK;
+            mouse_events: 0;
+            scale: 1;
+            description { state: "default" 0.0;
+               rel1 {
+                  relative: 1.0 0.0;
+                  to_x: "elm.padding.icon1.right";
+               }
+               rel2 {
+                  relative: 0.0 1.0;
+                  to_x: "elm.padding.icon2.left";
+               }
+               align: 0.0 0.5;
+               text {
+                  style: "genlist_default_textblock_style";
+                  min: 0 1;
+                  align: 0.0 0.5;
+               }
+            }
+            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/1text.1icon.3/default";
       alias: "elm/genlist/item_odd/1text.1icon.3/default";
       alias: "elm/genlist/item_compress/1text.1icon.3/default";