summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2017-03-31 14:42:35 +0900
committerJaeun Choi <jaeun12.choi@samsung.com>2017-04-07 13:32:06 +0900
commitc15c81ca996cfa1eb79ba6236f00c31c12878922 (patch)
tree46d9e29491fcb8d487a219ee4bf8f5873aef9e15
parent93ff8e15fb84c955254cf1e0fa0c818dbc6fa844 (diff)
downloadefl-theme-tizen-mobile-c15c81ca996cfa1eb79ba6236f00c31c12878922.tar.gz
efl-theme-tizen-mobile-c15c81ca996cfa1eb79ba6236f00c31c12878922.tar.bz2
efl-theme-tizen-mobile-c15c81ca996cfa1eb79ba6236f00c31c12878922.zip
flipselector: added fixed 1 1 and more
- added fixed 1 1 in some parts - moved divider after the top and bottom bg so it is visible - removed a comment Change-Id: I1800c594889b7f1b92024f54406833dab223410c Signed-off-by: Jaeun Choi <jaeun12.choi@samsung.com>
-rw-r--r--mobile/color_classes.edc1
-rw-r--r--mobile/widgets/flipselector.edc34
2 files changed, 17 insertions, 18 deletions
diff --git a/mobile/color_classes.edc b/mobile/color_classes.edc
index dd89e18b..08ac49c0 100644
--- a/mobile/color_classes.edc
+++ b/mobile/color_classes.edc
@@ -822,7 +822,6 @@ color_classes {
color: 153 153 153 255;
}
color_class { "flipselector/default/divider";
- //color: 0 0 0 38;
color: 212 212 212 255;
}
color_class { "flipselector/default/text";
diff --git a/mobile/widgets/flipselector.edc b/mobile/widgets/flipselector.edc
index 01127f59..216e1fcd 100644
--- a/mobile/widgets/flipselector.edc
+++ b/mobile/widgets/flipselector.edc
@@ -149,7 +149,7 @@ group { "elm/flipselector/base/default";
min: FLIPSELECTOR_TOP_SIZE_INC;
max: FLIPSELECTOR_TOP_SIZE_INC;
align: 0.5 0.0;
- fixed: 0 1;
+ fixed: 1 1;
rel.to: "base";
rel2.relative: 1.0 0.0;
}
@@ -160,7 +160,7 @@ group { "elm/flipselector/base/default";
min: FLIPSELECTOR_BOTTOM_FIXED_SIZE_INC;
max: FLIPSELECTOR_BOTTOM_FIXED_SIZE_INC;
align: 0.5 1.0;
- fixed: 0 1;
+ fixed: 1 1;
rel.to: "base";
rel1.relative: 0.0 1.0;
}
@@ -171,25 +171,11 @@ group { "elm/flipselector/base/default";
min: FLIPSELECTOR_BOTTOM_SIZE_INC;
max: FLIPSELECTOR_BOTTOM_SIZE_INC;
align: 0.5 0.0;
- fixed: 0 1;
+ fixed: 1 1;
rel.to: "base_bottom_fixed";
rel2.relative: 1.0 0.0;
}
}
- rect { "divider";
- nomouse;
- scale;
- desc { "default";
- fixed: 0 1;
- min: FLIPSELECTOR_DIVIDER_SIZE_INC;
- align: 0.5 0.0;
- rel1.to: "base_top";
- rel1.relative: 0.0 1.0;
- rel2.to: "base_bottom";
- rel2.relative: 1.0 0.0;
- color_class: "flipselector/default/divider";
- }
- }
spacer { "text_width";
nomouse;
scale;
@@ -678,6 +664,20 @@ group { "elm/flipselector/base/default";
color: 255 255 255 255;
}
}
+ rect { "divider";
+ nomouse;
+ scale;
+ desc { "default";
+ min: FLIPSELECTOR_DIVIDER_SIZE_INC;
+ align: 0.5 0.0;
+ rel1.to: "base_top";
+ rel1.relative: 0.0 1.0;
+ rel2.to: "base_bottom";
+ rel2.relative: 1.0 0.0;
+ fixed: 1 1;
+ color_class: "flipselector/default/divider";
+ }
+ }
}
inherit: "elm/flipselector/event/default";
parts {