From: Jung Chanwook Date: Fri, 28 Oct 2011 07:25:46 +0000 (+0900) Subject: [Genlist] add textblock font style size X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~428^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8efac88c400805af01c8360487e0f6a8c16269bc;p=profile%2Fivi%2Fefl-theme-tizen.git [Genlist] add textblock font style size Change-Id: I3ef1431d13990c563f54228d92d05f22bb57f013 --- diff --git a/themes/groups/genlist/genlist_textblock_style.edc b/themes/groups/genlist/genlist_textblock_style.edc index 362394e..5102933 100644 --- a/themes/groups/genlist/genlist_textblock_style.edc +++ b/themes/groups/genlist/genlist_textblock_style.edc @@ -58,11 +58,11 @@ styles { TEXTBLOCK_TAG } style { name: "genlist_textblock_sub_style"; - base: "font=SLP:style=Regular font_size=22 color="GENLIST_PART_MULTILINE_TITLE_STYLE_COLOR_INC" wrap=char text_class=list_item"; + base: "font=SLP:style=Regular font_size="GENLIST_FONT_STYLE_22_INC" color="GENLIST_PART_MULTILINE_TITLE_STYLE_COLOR_INC" wrap=char text_class=list_item"; TEXTBLOCK_TAG } style { name: "genlist_textblock_sub_selected_style"; - base: "font=SLP:style=Regular font_size=22 color="GENLIST_PART_MULTILINE_TITLE_STYLE_SELECTED_COLOR_INC" wrap=char text_class=list_item"; + base: "font=SLP:style=Regular font_size="GENLIST_FONT_STYLE_22_INC" color="GENLIST_PART_MULTILINE_TITLE_STYLE_SELECTED_COLOR_INC" wrap=char text_class=list_item"; TEXTBLOCK_TAG } style { name: "genlist_textblock_help_style"; @@ -70,11 +70,11 @@ styles { TEXTBLOCK_TAG } style { name: "genlist_textblock_style"; - base: "font=SLP:style=Roman font_size=26 color="GENLIST_PART_MULTILINE_TEXT_STYLE_COLOR_INC" wrap=char text_class=list_item"; + base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_26_INC" color="GENLIST_PART_MULTILINE_TEXT_STYLE_COLOR_INC" wrap=char text_class=list_item"; TEXTBLOCK_TAG } style { name: "genlist_textblock_selected_style"; - base: "font=SLP:style=Roman font_size=26 color="GENLIST_PART_MULTILINE_TEXT_STYLE_SELECTED_COLOR_INC" wrap=char text_class=list_item"; + base: "font=SLP:style=Roman font_size="GENLIST_FONT_STYLE_26_INC" color="GENLIST_PART_MULTILINE_TEXT_STYLE_SELECTED_COLOR_INC" wrap=char text_class=list_item"; TEXTBLOCK_TAG } diff --git a/themes/inc/nbeat-black-hd-inc.edc b/themes/inc/nbeat-black-hd-inc.edc index d533199..c22ba32 100644 --- a/themes/inc/nbeat-black-hd-inc.edc +++ b/themes/inc/nbeat-black-hd-inc.edc @@ -149,8 +149,10 @@ #define GENLIST_FONT_18_INC 28 #define GENLIST_FONT_20_INC 32 #define GENLIST_FONT_STYLE_20_INC "32" -#define GENLIST_FONT_22_INC 35 -#define GENLIST_FONT_26_INC 41 +#define GENLIST_FONT_22_INC 36 +#define GENLIST_FONT_STYLE_22_INC "36" +#define GENLIST_FONT_26_INC 42 +#define GENLIST_FONT_STYLE_26_INC "42" #define GENLIST_FONT_28_INC 44 #define GENLIST_FONT_STYLE_28_INC "44" #define GENLIST_FONT_30_INC 48 diff --git a/themes/inc/nbeat-black-inc.edc b/themes/inc/nbeat-black-inc.edc index 35111bf..0ba3dd4 100644 --- a/themes/inc/nbeat-black-inc.edc +++ b/themes/inc/nbeat-black-inc.edc @@ -147,7 +147,9 @@ #define GENLIST_FONT_20_INC 20 #define GENLIST_FONT_STYLE_20_INC "20" #define GENLIST_FONT_22_INC 22 +#define GENLIST_FONT_STYLE_22_INC "22" #define GENLIST_FONT_26_INC 26 +#define GENLIST_FONT_STYLE_26_INC "26" #define GENLIST_FONT_28_INC 28 #define GENLIST_FONT_STYLE_28_INC "28" #define GENLIST_FONT_30_INC 30 diff --git a/themes/inc/nbeat-hd-inc.edc b/themes/inc/nbeat-hd-inc.edc index dfb69d3..e3b7ba8 100644 --- a/themes/inc/nbeat-hd-inc.edc +++ b/themes/inc/nbeat-hd-inc.edc @@ -148,8 +148,10 @@ #define GENLIST_FONT_18_INC 28 #define GENLIST_FONT_20_INC 32 #define GENLIST_FONT_STYLE_20_INC "32" -#define GENLIST_FONT_22_INC 35 -#define GENLIST_FONT_26_INC 41 +#define GENLIST_FONT_22_INC 36 +#define GENLIST_FONT_STYLE_22_INC "36" +#define GENLIST_FONT_26_INC 42 +#define GENLIST_FONT_STYLE_26_INC "42" #define GENLIST_FONT_28_INC 44 #define GENLIST_FONT_STYLE_28_INC "44" #define GENLIST_FONT_30_INC 48 diff --git a/themes/inc/nbeat-inc.edc b/themes/inc/nbeat-inc.edc index c71827f..3a52669 100644 --- a/themes/inc/nbeat-inc.edc +++ b/themes/inc/nbeat-inc.edc @@ -147,7 +147,9 @@ #define GENLIST_FONT_20_INC 20 #define GENLIST_FONT_STYLE_20_INC "20" #define GENLIST_FONT_22_INC 22 +#define GENLIST_FONT_STYLE_22_INC "22" #define GENLIST_FONT_26_INC 26 +#define GENLIST_FONT_STYLE_26_INC "26" #define GENLIST_FONT_28_INC 28 #define GENLIST_FONT_STYLE_28_INC "28" #define GENLIST_FONT_30_INC 30