conformant - updated to sync with the lastest code
authorChunEon Park <chuneon.park@samsung.com>
Fri, 6 Apr 2012 06:44:21 +0000 (15:44 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Fri, 6 Apr 2012 06:44:21 +0000 (15:44 +0900)
themes/widgets/conformant.edc

index e390568..28b2786 100644 (file)
            description { state: "default" 0.0;
               align: 0.5 0.5;
               rel2.relative: 1.0 0.0;
+              rel2.to_y: "elm.swallow.clipboard";
+           }
+        }
+        part { name: "elm.swallow.clipboard";
+           type: SWALLOW;
+           description { state: "default" 0.0;
+              fixed: 0 1;
+              align: 0.0 1.0;
+              rel1.relative: 0.0 0.0;
+              rel1.to_y: "elm.swallow.virtualkeypad";
+              rel2.relative: 1.0 0.0;
               rel2.to_y: "elm.swallow.virtualkeypad";
            }
         }
         part { name: "elm.swallow.virtualkeypad";
            type: SWALLOW;
            description { state: "default" 0.0;
-              fixed: 1 1;
+              fixed: 0 1;
               align: 0.0 1.0;
               rel1.relative: 0.0 1.0;
            }
@@ -40,7 +51,7 @@
 
  group { name: "elm/conformant/base/internal_layout";
      parts {
-        part { name: "elm.swallow.shelf";
+        part { name: "elm.swallow.indicator";
            type: SWALLOW;
            description { state: "default" 0.0;
               fixed: 1 1;
         part { name: "elm.swallow.content";
            type: SWALLOW;
            description { state: "default" 0.0;
+              fixed: 0 1;
               align: 0.5 0.5;
-              rel1.relative: 0.0 0.0; //overlap elm.swallow.shelf
-              rel1.to_y: "elm.swallow.shelf";
+              rel1.relative: 0.0 0.0;
+              rel1.to_y: "elm.swallow.indicator";
+              rel2.relative: 1.0 0.0;
+              rel2.to_y: "elm.swallow.clipboard";
+           }
+        }
+        part { name: "elm.swallow.clipboard";
+           type: SWALLOW;
+           description { state: "default" 0.0;
+              fixed: 0 1;
+              align: 0.0 1.0;
+              rel1.relative: 0.0 0.0;
+              rel1.to_y: "elm.swallow.virtualkeypad";
               rel2.relative: 1.0 0.0;
               rel2.to_y: "elm.swallow.virtualkeypad";
            }
@@ -67,7 +90,7 @@
            }
         }
      }
 }
+ }
  group { name: "elm/conformant/layout/content";
     parts {
        part { name: "elm.swallow.content";