summaryrefslogtreecommitdiff
path: root/mobile/widgets/layout.edc
diff options
context:
space:
mode:
authorJee-Yong Um <conr2d@gmail.com>2015-06-26 03:26:47 +0900
committerJee-Yong Um <conr2d@gmail.com>2015-06-26 03:27:34 +0900
commit6ab418dc82355002a30b2848855fcd4b8f8780e0 (patch)
treec1ab0c30ed4e6fb4f36c5516b038c7c0c59bf714 /mobile/widgets/layout.edc
parent5d4ce5b60f711327b5ffdb168d3e31e6fa12fc94 (diff)
downloadefl-theme-tizen-mobile-6ab418dc82355002a30b2848855fcd4b8f8780e0.tar.gz
efl-theme-tizen-mobile-6ab418dc82355002a30b2848855fcd4b8f8780e0.tar.bz2
efl-theme-tizen-mobile-6ab418dc82355002a30b2848855fcd4b8f8780e0.zip
[2.4] Fix issues for Floating Button
Change-Id: If8b501b9aa24d735833e3da22cb74d5e43f03682 Signed-Off-By: Jee-Yong Um <jc9.um@samsung.com>
Diffstat (limited to 'mobile/widgets/layout.edc')
-rw-r--r--mobile/widgets/layout.edc22
1 files changed, 13 insertions, 9 deletions
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index 270adb4f..fa8b0aea 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -38,20 +38,24 @@ group { name: "elm/layout/application/default";
}
part { name: "elm.swallow.floatingbutton";
type: SWALLOW;
- repeat_events: 1;
scale: 1;
description { state: "default" 0.0;
min: 0 FLOATINGBUTTON_HEIGHT_INC;
fixed: 0 1;
align: 0.5 1.0;
- rel1 {
- relative: 0.0 1.0;
- offset: 0 -FLOATINGBUTTON_BOTTOM_PADDING_INC;
- }
- rel2 {
- relative: 1.0 1.0;
- offset: 0 -FLOATINGBUTTON_BOTTOM_PADDING_INC;
- }
+ rel1 { to: "elm.padding.bottom"; relative: 0.0 0.0; }
+ rel2 { to: "elm.padding.bottom"; relative: 1.0 0.0; }
+ }
+ }
+ part { name: "elm.padding.bottom";
+ type: SPACER;
+ scale: 1;
+ description { state: "default" 0.0;
+ min: 0 FLOATINGBUTTON_BOTTOM_PADDING_INC;
+ fixed: 0 1;
+ align: 0.5 1.0;
+ rel1.relative: 0.0 1.0;
+ rel2.relative: 1.0 1.0;
}
}
}