summaryrefslogtreecommitdiff
path: root/mobile/widgets/layout.edc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2015-04-30 01:40:44 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2015-04-30 01:41:28 +0900
commitc25556389b2181c6f6a8cad8e9feb772b3f94226 (patch)
tree94c73ba355d4a70519b5ad5d3df79fae06ea4844 /mobile/widgets/layout.edc
parent02efb51280bf18310ca870badb500a23b6275b2e (diff)
downloadefl-theme-tizen-mobile-c25556389b2181c6f6a8cad8e9feb772b3f94226.tar.gz
efl-theme-tizen-mobile-c25556389b2181c6f6a8cad8e9feb772b3f94226.tar.bz2
efl-theme-tizen-mobile-c25556389b2181c6f6a8cad8e9feb772b3f94226.zip
[layout/nocontent] Apply Tizen 2,4 qHD GUI.
Change-Id: Idbcca133cee02e49a659b726c3be962ea7408f53
Diffstat (limited to 'mobile/widgets/layout.edc')
-rw-r--r--mobile/widgets/layout.edc138
1 files changed, 35 insertions, 103 deletions
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index 32380c52..cb0c6713 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -83,70 +83,53 @@ group { name: "elm/layout/drawer/panel";
group {
name: "elm/layout/nocontents/default";
images {
- set {
- name: "core_pattern_empty_bg";
- image {
- image: SMALL"images/Content_views/core_pattern_empty_bg.png" COMP;
- }
- image {
- image: MEDIUM"images/Content_views/core_pattern_empty_bg.png" COMP;
- }
- }
- set {
- name: "core_pattern_empty_bg_h";
- image {
- image: SMALL"images/Content_views/core_pattern_empty_bg_h.png" COMP;
- }
- image {
- image: MEDIUM"images/Content_views/core_pattern_empty_bg_h.png" COMP;
- }
- }
+ image: "core_theme_bg_01.png" COMP;
}
parts {
- part { name: "bg";
- type: RECT;
+ part { name: "base";
+ type: SPACER;
scale: 1;
description { state: "default" 0.0;
- color_class: B011;
+ min: NO_CONTENT_BASE_SIZE_INC;
}
}
- part { name: "bg_con";
- type: RECT;
+ part { name: "bg_image";
+ type: IMAGE;
scale: 1;
description { state: "default" 0.0;
- rel1.to: "bg";
- rel2.to: "bg";
- color: 255 255 255 229; /*(Changeable UI) color_class: "B238L1";*/
+ min: 0 NO_CONTENT_BG_HEIGHT_INC;
+ rel1.relative: 0.0 1.0;
+ align: 0.5 1.0;
+ fixed: 0 1;
+ image.normal: "core_theme_bg_01.png";
}
}
- part { name: "bg_image";
- type: IMAGE;
+ part { name: "bottom_padding";
+ type: SPACER;
scale: 1;
description { state: "default" 0.0;
- min: 0 NO_CONTENT_BG_HEIGHT_INC;
- rel1.to: "bg";
- rel2 {
- to: "bg";
- relative: 1.0 0.0;
- }
- align: 0.0 0.0;
+ min: 0 NO_CONTENT_BOTTOM_PADDING_HEIGHT_INC;
fixed: 0 1;
- color: 2 61 132 255; /*(Changeable UI) color_class: "B238L2";*/
- image.normal: "core_pattern_empty_bg";
+ align: 0.5 1.0;
+ rel1.relative: 0.0 1.0;
}
- description { state: "landscape" 0.0;
- inherit: "default" 0.0;
- min: 0 NO_CONTENT_BG_LANDSCAPE_HEIGHT_INC;
- image.normal: "core_pattern_empty_bg_h";
+ description { state: "expanded" 0.0;
+ inherit: "default" 0.0;
+ min: 0 NO_CONTENT_BOTTOM_PADDING_EXPANDED_HEIGHT_INC;
}
}
part { name: "text_bg";
type: SPACER;
scale: 1;
description { state: "default" 0.0;
- max: -1 NO_CONTENT_MAX_HEIGHT_INC;
- rel1.to: "bg";
- rel2.to: "bg";
+ min: 0 NO_CONTENT_TEXT_BG_HEIGHT_INC;
+ fixed: 0 1;
+ align: 0.5 1.0;
+ rel1.to: "bottom_padding";
+ rel2 {
+ to: "bottom_padding";
+ relative: 1.0 0.0;
+ }
}
}
part { name: "left_padding";
@@ -180,6 +163,7 @@ group {
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
+ min: 0 NO_CONTENT_TEXT_MIN_HEIGHT_INC;
rel1 {
to_x: "left_padding";
to_y: "text_bg";
@@ -224,84 +208,32 @@ group {
}
}
}
- part { name: "help_text_top_padding";
- type: SPACER;
- scale: 1;
- description { state: "default" 0.0;
- min: 0 (NO_CONTENT_TITLE_TEXT_HEIGHT_INC + NO_CONTENT_TEXT_PADDING_HEIGHT_INC);
- fixed: 0 1;
- align: 0.5 0.0;
- rel1.to: "text_bg";
- rel2 {
- to: "text_bg";
- relative: 1.0 0.0;
- }
- }
- }
- part { name: "help_text_bg";
- type: SPACER;
- scale: 1;
- description { state: "default" 0.0;
- rel1 {
- to: "help_text_top_padding";
- relative: 0.0 1.0;
- }
- rel2.to: "text_bg";
- }
- }
part { name: "elm.help.text";
type: TEXTBLOCK;
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
+ min: 0 NO_CONTENT_HELP_TEXT_MIN_HEIGHT_INC;
+ max: -1 NO_CONTENT_HELP_TEXT_MAX_HEIGHT_INC;
+ align: 0.5 NO_CONTENT_HELP_TEXT_Y_ALIGN_TO_TEXT_BG;
rel1 {
- relative: 1.0 0.0;
+ relative: 1.0 NO_CONTENT_HELP_TEXT_Y_RELATIVE_TO_TEXT_BG;
to_x:"left_padding";
- to_y:"help_text_bg";
+ to_y:"text_bg";
}
rel2 {
- relative: 0.0 1.0;
+ relative: 0.0 NO_CONTENT_HELP_TEXT_Y_RELATIVE_TO_TEXT_BG;
to_x:"right_padding";
- to_y:"help_text_bg";
+ to_y:"text_bg";
}
text {
style: "empty_state_2";
- align: 0.0 0.5;
min: 0 1;
- max: 0 1;
}
}
}
}
programs {
- program { name: "landscape_mode";
- source: "elm";
- signal: "elm,state,orient,90";
- script {
- set_state(PART:"bg_image", "landscape", 0.0);
- }
- }
- program { name: "landscape_mode2";
- source: "elm";
- signal: "elm,state,orient,270";
- script {
- set_state(PART:"bg_image", "landscape", 0.0);
- }
- }
- program { name: "portrait_mode";
- source: "elm";
- signal: "elm,state,orient,0";
- script {
- set_state(PART:"bg_image", "default", 0.0);
- }
- }
- program { name: "portrait_mode2";
- source: "elm";
- signal: "elm,state,orient,180";
- script {
- set_state(PART:"bg_image", "default", 0.0);
- }
- }
program { name: "align_center";
signal: "align.center";
source: "elm";