From f7d9b321ab2e04950f19cad46d4a0d67d1ec704d Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 29 Jul 2011 22:05:55 +0900 Subject: [PATCH] layout - added bg parts. --- themes/groups/layout.edc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/themes/groups/layout.edc b/themes/groups/layout.edc index 998aae0..928ca0d 100644 --- a/themes/groups/layout.edc +++ b/themes/groups/layout.edc @@ -25,6 +25,12 @@ /*************************************************/ 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; @@ -44,6 +50,12 @@ /*************************************************/ 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; @@ -71,6 +83,12 @@ 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"; -- 2.7.4