layout - revert back the integrated style
authorChunEon Park <chuneon.park@samsung.com>
Fri, 22 Jul 2011 01:01:33 +0000 (10:01 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Fri, 22 Jul 2011 01:01:33 +0000 (10:01 +0900)
themes/groups/layout.edc

index e79a921..cfad467 100644 (file)
             type: SWALLOW;
             description {
                state: "default" 0.0;
+               visible: 0
                rel1 { relative: 0.0 0.0; }
                rel2 { relative: 1.0 1.0; }
             }
             description { state: "show" 0.0;
                inherit: "default" 0.0;
+               visible: 1;
             }
             description { state: "show_with_navi_bar" 0.0;
                inherit: "default" 0.0;
                rel1 { relative: 0.0 1.0; to_y: "elm.swallow.navi_bar"; }
+               visible: 1;
             }
             description { state: "show" 1.0;
                inherit: "default" 0.0;
                rel2 { relative: 1.0 0.0; to_y: "elm.swallow.controlbar"; }
+               visible: 1;
             }
             description { state: "show_with_navi_bar" 1.0;
                inherit: "default" 0.0;
                rel1 { relative: 0.0 1.0; to_y: "elm.swallow.navi_bar"; }
                rel2 { relative: 1.0 0.0; to_y: "elm.swallow.controlbar"; }
+               visible: 1;
             }
          }
          part { name: "elm.swallow.navi_bar";