From bc06fa14b17e9d9ae76a5e674fd5fb1cee76c913 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 12 Oct 2011 20:32:12 +0900 Subject: [PATCH] layout - noindicator style for controlbar group Change-Id: Ia6b37fc37a97649047abe6875656021b6eb3d805 --- themes/groups/layout.edc | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/themes/groups/layout.edc b/themes/groups/layout.edc index 1638d98..33393d3 100644 --- a/themes/groups/layout.edc +++ b/themes/groups/layout.edc @@ -58,9 +58,34 @@ } } } - /*************************************************/ - /* elm_layout -> controlbar style */ - /*************************************************/ + /*************************************************************/ + /* elm_layout -> fundamental template style but no indicator */ + /*************************************************************/ + 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 -> fundamental template style with controlbar */ + /************************************************************/ group { name: "elm/layout/application/controlbar"; parts { part { name: "elm.swallow.bg"; @@ -104,9 +129,9 @@ } } /*************************************************/ - /* elm_layout -> no indicator template style */ + /* elm_layout -> controlbar template style */ /*************************************************/ - group { name: "elm/layout/application/noindicator"; + group { name: "elm/layout/controlbar/default"; parts { part { name: "elm.swallow.bg"; type: SWALLOW; @@ -118,12 +143,19 @@ type: SWALLOW; scale: 1; description { state: "default" 0.0; + rel2.relative: 1.0 0.0; + rel2.to: "elm.swallow.controlbar"; } } part { name: "elm.swallow.controlbar"; type: SWALLOW; + scale: 1; description { state: "default" 0.0; - visible: 0; + min: 0 CONTROLBAR_LARGE_HEIGHT_INC; + fixed: 0 1; + rel1 { relative: 0.0 1.0; } + rel2 { relative: 1.0 1.0; } + align: 0.5 1.0; } } } -- 2.7.4