layout - added bg parts.
authorChunEon Park <chuneon.park@samsung.com>
Fri, 29 Jul 2011 13:05:55 +0000 (22:05 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Fri, 29 Jul 2011 13:05:55 +0000 (22:05 +0900)
themes/groups/layout.edc

index 998aae0..928ca0d 100644 (file)
    /*************************************************/
    group { name: "elm/layout/application/default";
       parts {
+         part { name: "elm.swallow.bg";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+            }
+         }
          part { name: "elm.swallow.content";
             type: SWALLOW;
             scale: 1;
    /*************************************************/
    group { name: "elm/layout/application/controlbar";
       parts {
+         part { name: "elm.swallow.bg";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+            }
+         }
          part { name: "elm.swallow.content";
             type: SWALLOW;
             scale: 1;
    group { name: "elm/layout/application/searchbar";
       alias: "elm/layout/searchbar/default";
       parts {
+         part { name: "elm.swallow.bg";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+            }
+         }
          part { name: "searchbar";
             type: EXTERNAL;
             source: "elm/searchbar";