summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeonghyun Yun <jh0506.yun@samsung.com>2017-10-10 17:44:58 +0900
committerJeonghyun Yun <jh0506.yun@samsung.com>2017-10-10 17:46:39 +0900
commite2e0d6bc9a42aaf4fb4b34652c7a470e1c2fd9f4 (patch)
tree326f90add80006a609b4e52e2338919ac01f5b9d
parent5007dbb942cda0cf790a5b240456f2a45767d5f9 (diff)
downloadefl-theme-tizen-mobile-e2e0d6bc9a42aaf4fb4b34652c7a470e1c2fd9f4.tar.gz
efl-theme-tizen-mobile-e2e0d6bc9a42aaf4fb4b34652c7a470e1c2fd9f4.tar.bz2
efl-theme-tizen-mobile-e2e0d6bc9a42aaf4fb4b34652c7a470e1c2fd9f4.zip
panes: update panes theme for support 3.0 APIssubmit/tizen/20171012.123430
elm_panes_content_left_min_relative_size_set elm_panes_content_right_min_relative_size_set elm_panes_content_left_min_size_set elm_panes_content_right_min_size_set Change-Id: I441b2718ead1cd313bd1df0c71001f96be6a31a0 Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
-rw-r--r--mobile/widgets_default/panes.edc80
1 files changed, 78 insertions, 2 deletions
diff --git a/mobile/widgets_default/panes.edc b/mobile/widgets_default/panes.edc
index b79adfbd..4301e1a2 100644
--- a/mobile/widgets_default/panes.edc
+++ b/mobile/widgets_default/panes.edc
@@ -76,6 +76,44 @@
min: 0 0;
}
}
+ //2 constraint
+ part {
+ name: "right_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 1 1 1;
+ y: 0 0 0;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "left_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 1 1 1;
+ y: 0 0 0;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "sub_whole";
+ type: SPACER;
+ description {
+ state: "default" 0.0;
+ rel1.relative: 1.0 0.0;
+ rel1.to_x: "left_constraint";
+ rel2.relative: 0.0 1.0;
+ rel2.to_x: "right_constraint";
+ }
+ }
//2 contents
part
{
@@ -141,7 +179,7 @@
part { name: "elm.bar";
type: SPACER;
dragable {
- confine: "whole";
+ confine: "sub_whole";
x: 1 1 1;
y: 0 0 0;
}
@@ -457,6 +495,44 @@
min: 0 0;
}
}
+ //2 constraint
+ part {
+ name: "right_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 0 0 0;
+ y: 1 1 1;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "left_constraint";
+ type: SPACER;
+ dragable {
+ confine: "whole";
+ x: 0 0 0;
+ y: 1 1 1;
+ }
+ description {
+ state: "default" 0.0;
+ max: 0 0;
+ }
+ }
+ part {
+ name: "sub_whole";
+ type: SPACER;
+ description {
+ state: "default" 0.0;
+ rel1.relative: 0.0 1.0;
+ rel1.to_y: "left_constraint";
+ rel2.relative: 1.0 0.0;
+ rel2.to_y: "right_constraint";
+ }
+ }
//2 contents
part
{
@@ -522,7 +598,7 @@
part { name: "elm.bar";
type: SPACER;
dragable {
- confine: "whole";
+ confine: "sub_whole";
x: 0 0 0;
y: 1 1 1;
}