From ddb63e787226b3b5489bb2e8969e85d37ea4e961 Mon Sep 17 00:00:00 2001 From: Hyoyoung Chang Date: Wed, 2 Nov 2011 20:48:31 +0900 Subject: [PATCH] [genlist] bugfix contact style item and edit bg Change-Id: Ifd2c2299db124397b795abdf8fba268d979dd446 --- themes/groups/genlist/genlist_edit.edc | 28 ++++++++++++++++++++++++---- themes/groups/genlist/genlist_normal.edc | 23 ++++++++--------------- themes/inc/nbeat-black-hd-inc.edc | 1 + themes/inc/nbeat-black-inc.edc | 1 + themes/inc/nbeat-hd-inc.edc | 1 + themes/inc/nbeat-inc.edc | 1 + 6 files changed, 36 insertions(+), 19 deletions(-) diff --git a/themes/groups/genlist/genlist_edit.edc b/themes/groups/genlist/genlist_edit.edc index f188633..bfaf8d4 100644 --- a/themes/groups/genlist/genlist_edit.edc +++ b/themes/groups/genlist/genlist_edit.edc @@ -2035,6 +2035,26 @@ visible: 0; } } + part { name: "elm.padding.bottom_line"; + type: RECT; + clip_to: "disclip"; + mouse_events: 0; + scale: 1; + description { state: "default" 0.0; + min: GENLIST_SIZE_111_INC 1; + fixed: 1 0; + visible: 0; + rel1 { + relative: 0.0 1.0; + to_x: "elm.edit_bg"; + } + rel2 { + relative: 0.0 1.0; + to_x: "elm.edit_bg"; + } + align: 0.0 1.0; + } + } part { name: "bottom_line"; type: RECT; clip_to: "disclip"; @@ -2044,13 +2064,13 @@ fixed: 0 1; color: GENLIST_PART_BOTTOM_LINE_INC; rel1 { - relative: 0.235 1.0; - to_x: "elm.edit_bg"; + relative: 1.0 0.0; + to_x: "elm.padding.bottom_line"; + to_y: "elm.padding.bottom_line"; offset: 0 -1; } } - description { - state: "hide" 0.0; + description { state: "hide" 0.0; inherit: "default" 0.0; visible: 0; } diff --git a/themes/groups/genlist/genlist_normal.edc b/themes/groups/genlist/genlist_normal.edc index 10347c9..e3a4eaf 100644 --- a/themes/groups/genlist/genlist_normal.edc +++ b/themes/groups/genlist/genlist_normal.edc @@ -19624,7 +19624,7 @@ mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: GENLIST_SIZE_11_INC 0; + min: GENLIST_SIZE_10_INC 0; fixed: 1 0; rel1 { relative: 1.0 0.0; @@ -19640,7 +19640,7 @@ mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: GENLIST_PADDING_10_INC 0; + min: GENLIST_SIZE_10_INC 0; fixed: 1 0; rel1 { relative: 1.0 1.0; @@ -19656,15 +19656,13 @@ type: RECT; mouse_events: 0; description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; + visible: 0; rel1 { relative: 1.0 0.0; to_x: "elm.padding.icon.right"; } rel2.to_x: "elm.padding.icon.right"; align: 0.0 0.5; - color: GENLIST_PART_BOTTOM_LINE_INC; } } part { name: "elm.text.bg"; @@ -20235,9 +20233,7 @@ type: RECT; mouse_events: 0; description { state: "default" 0.0; - min: 1 0; - fixed: 1 0; - color: GENLIST_PART_BOTTOM_LINE_INC; + visible: 0; rel1 { relative: 1.0 1.0; to_x: "elm.padding.text.left"; @@ -20248,14 +20244,14 @@ to_x: "elm.padding.text.left"; to_y: "elm.padding.bottom"; } - align: 0.0 0.5; } } part { name: "text_vertical_rect"; type: RECT; mouse_events: 0; + scale: 1; description { state: "default" 0.0; - min: GENLIST_PADDING_10_INC 0; + min: GENLIST_SIZE_10_INC 0; fixed: 1 0; color: GENLIST_PART_DIALOGUE_INDICATOR_BG_COLOR_INC; rel1 { @@ -20314,10 +20310,10 @@ fixed: 0 1; color: GENLIST_PART_BOTTOM_LINE_INC; rel1 { - relative: 1.0 0.5; + relative: 1.0 0.56; to_x: "text_vertical_rect"; } - rel2.relative: 1.0 0.5; + rel2.relative: 1.0 0.56; align: 0.5 0.5; } } @@ -20385,7 +20381,6 @@ GENLIST_DESCRIPTION_RENAME_ENABLED } part { name: "elm.edit.rename.1"; - clip_to: "disclip"; type: SWALLOW; description { state: "default" 0.0; visible: 0; @@ -20438,13 +20433,11 @@ text { font: "SLP:style=Regular"; size: GENLIST_FONT_30_INC; - align: 0.0 0.5; } } GENLIST_DESCRIPTION_RENAME_ENABLED } part { name: "elm.edit.rename.2"; - clip_to: "disclip"; type: SWALLOW; description { state: "default" 0.0; visible: 0; diff --git a/themes/inc/nbeat-black-hd-inc.edc b/themes/inc/nbeat-black-hd-inc.edc index c22ba32..4139bdd 100644 --- a/themes/inc/nbeat-black-hd-inc.edc +++ b/themes/inc/nbeat-black-hd-inc.edc @@ -191,6 +191,7 @@ #define GENLIST_SIZE_105_INC 168 #define GENLIST_SIZE_109_INC 174 #define GENLIST_SIZE_SLIDE_109_INC 165 +#define GENLIST_SIZE_111_INC 177 #define GENLIST_SIZE_120_INC 192 #define GENLIST_SIZE_122_INC 195 #define GENLIST_SIZE_129_INC 206 diff --git a/themes/inc/nbeat-black-inc.edc b/themes/inc/nbeat-black-inc.edc index 0ba3dd4..dac7d8b 100644 --- a/themes/inc/nbeat-black-inc.edc +++ b/themes/inc/nbeat-black-inc.edc @@ -188,6 +188,7 @@ #define GENLIST_SIZE_105_INC 105 #define GENLIST_SIZE_109_INC 109 #define GENLIST_SIZE_SLIDE_109_INC 109 +#define GENLIST_SIZE_111_INC 111 #define GENLIST_SIZE_120_INC 120 #define GENLIST_SIZE_122_INC 122 #define GENLIST_SIZE_129_INC 129 diff --git a/themes/inc/nbeat-hd-inc.edc b/themes/inc/nbeat-hd-inc.edc index e3b7ba8..f24a13a 100644 --- a/themes/inc/nbeat-hd-inc.edc +++ b/themes/inc/nbeat-hd-inc.edc @@ -190,6 +190,7 @@ #define GENLIST_SIZE_105_INC 168 #define GENLIST_SIZE_109_INC 174 #define GENLIST_SIZE_SLIDE_109_INC 165 +#define GENLIST_SIZE_111_INC 177 #define GENLIST_SIZE_120_INC 192 #define GENLIST_SIZE_122_INC 195 #define GENLIST_SIZE_129_INC 206 diff --git a/themes/inc/nbeat-inc.edc b/themes/inc/nbeat-inc.edc index 3a52669..56bb583 100644 --- a/themes/inc/nbeat-inc.edc +++ b/themes/inc/nbeat-inc.edc @@ -188,6 +188,7 @@ #define GENLIST_SIZE_105_INC 105 #define GENLIST_SIZE_109_INC 109 #define GENLIST_SIZE_SLIDE_109_INC 109 +#define GENLIST_SIZE_111_INC 111 #define GENLIST_SIZE_120_INC 120 #define GENLIST_SIZE_122_INC 122 #define GENLIST_SIZE_129_INC 129 -- 2.7.4