layout - modified content visiblity.
authorChunEon Park <chuneon.park@samsung.com>
Thu, 21 Jul 2011 05:30:39 +0000 (14:30 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Fri, 22 Jul 2011 00:25:48 +0000 (09:25 +0900)
once, this will affect the applications to have a theme changing dynamically.

Change-Id: If16f837d16167324d67d8f2d5558b226a31f06a0

themes/groups/layout.edc

index c25a62b..e79a921 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;
-               visible: 1;
                rel1 { relative: 0.0 1.0; to_y: "elm.swallow.navi_bar"; }
             }
             description { state: "show" 1.0;
                inherit: "default" 0.0;
-               visible: 1;
                rel2 { relative: 1.0 0.0; to_y: "elm.swallow.controlbar"; }
             }
             description { state: "show_with_navi_bar" 1.0;
                inherit: "default" 0.0;
-               visible: 1;
                rel1 { relative: 0.0 1.0; to_y: "elm.swallow.navi_bar"; }
                rel2 { relative: 1.0 0.0; to_y: "elm.swallow.controlbar"; }
             }