summaryrefslogtreecommitdiff
path: root/mobile/widgets/layout.edc
diff options
context:
space:
mode:
authorJee-Yong Um <conr2d@gmail.com>2016-09-04 22:28:44 +0900
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2016-09-22 02:41:58 -0700
commitf0d5e118b3a1d372a8b5b6b969344eab973c47e5 (patch)
tree186d369a2f6d75b6e318314b8a8c6c37f0a5dc40 /mobile/widgets/layout.edc
parente049a6c2af7f68ed04ce745ef17d17ae18ded10b (diff)
downloadefl-theme-tizen-mobile-f0d5e118b3a1d372a8b5b6b969344eab973c47e5.tar.gz
efl-theme-tizen-mobile-f0d5e118b3a1d372a8b5b6b969344eab973c47e5.tar.bz2
efl-theme-tizen-mobile-f0d5e118b3a1d372a8b5b6b969344eab973c47e5.zip
floatingbutton: integrate theme into efl-theme-tizen
Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com> Change-Id: Ibee07da496712e4699ca9e51420a2b6bcd6c73d9
Diffstat (limited to 'mobile/widgets/layout.edc')
-rw-r--r--mobile/widgets/layout.edc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index 34135f5b..084a6dbc 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -40,7 +40,7 @@ group { name: "elm/layout/application/default";
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
- min: 0 FLOATINGBUTTON_HEIGHT_INC;
+ min: 0 LAYOUT_FLOATINGBUTTON_HEIGHT_INC;
fixed: 0 1;
align: 0.5 1.0;
rel1 { to: "elm.padding.bottom"; relative: 0.0 0.0; }
@@ -51,7 +51,7 @@ group { name: "elm/layout/application/default";
type: SPACER;
scale: 1;
description { state: "default" 0.0;
- min: 0 FLOATINGBUTTON_BOTTOM_PADDING_INC;
+ min: 0 LAYOUT_FLOATINGBUTTON_BOTTOM_PADDING_INC;
fixed: 0 1;
align: 0.5 1.0;
rel1.relative: 0.0 1.0;