layout - addded noindicator group
authorChunEon Park <chuneon.park@samsung.com>
Tue, 11 Oct 2011 02:20:40 +0000 (11:20 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Tue, 11 Oct 2011 02:22:27 +0000 (11:22 +0900)
Change-Id: Ia8e629078a70466b4f9dae9288533739b551cd41

themes/groups/layout.edc

index c344f43..1638d98 100644 (file)
@@ -34,7 +34,7 @@
          part { name: "indicator";
             type: RECT;
             scale: 1;
-            description { state: "default" 0.0;  
+            description { state: "default" 0.0;
                min: 0 LAYOUT_INDICATOR_HEIGHT_INC;
                max: 999999 LAYOUT_INDICATOR_HEIGHT_INC;
                fixed: 0 1;
       }
    }
    /*************************************************/
+   /* elm_layout -> no indicator template style     */
+   /*************************************************/
+   group { name: "elm/layout/application/noindicator";
+      parts {
+         part { name: "elm.swallow.bg";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.content";
+            type: SWALLOW;
+            scale: 1;
+            description { state: "default" 0.0;
+            }
+         }
+         part { name: "elm.swallow.controlbar";
+            type: SWALLOW;
+            description { state: "default" 0.0;
+               visible: 0;
+            }
+         }
+      }
+   }
+   /*************************************************/
    /* elm_layout -> searchbar style                 */
    /*************************************************/
    group { name: "elm/layout/searchbar/default";