From: Jaehwan Kim Date: Fri, 14 Oct 2011 05:09:07 +0000 (+0900) Subject: [button] change the size of text in controlbar style X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~471 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ea50fc346e4d2eb96172a6b64c07b097c7227fc;p=profile%2Fivi%2Fefl-theme-tizen.git [button] change the size of text in controlbar style Change-Id: Iba9295772c39d04928e09ef723cb24dde7192210 --- diff --git a/themes/groups/button.edc b/themes/groups/button.edc index 5efc2b5..b302b5d 100644 --- a/themes/groups/button.edc +++ b/themes/groups/button.edc @@ -7194,7 +7194,7 @@ } styles{ style { name: "controlbar_style"; - base: "font=SLP:style=Medium font_size=18 align=center color="BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC" wrap=mixed ellipsis=1"; + base: "font=SLP:style=Medium font_size="BUTTON_CONTROLBAR_ITEM_BUTTON_TEXT_SIZE_INC" align=center color="BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC" wrap=mixed ellipsis=1"; tag: "br" "\n"; tag: "ps" "ps"; tag: "hilight" "+ font=SLP:style=Bold"; diff --git a/themes/inc/nbeat-black-hd-inc.edc b/themes/inc/nbeat-black-hd-inc.edc index 75d2a4e..c57cbc1 100644 --- a/themes/inc/nbeat-black-hd-inc.edc +++ b/themes/inc/nbeat-black-hd-inc.edc @@ -390,7 +390,8 @@ #define BUTTON_NUMBERED_TEXT_NORMAL_COLOR_INC 249 249 249 255 -#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#ffffff" +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXT_SIZE_INC 28 +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#f9f9f9" #define BUTTON_CONTROLBAR_ITEM_BUTTON_ICON_SIZE_INC 70 70 #define BUTTON_TEXT_STYLE1_BG_MIN_INC 100 74 diff --git a/themes/inc/nbeat-black-inc.edc b/themes/inc/nbeat-black-inc.edc index 13f539c..868ce93 100644 --- a/themes/inc/nbeat-black-inc.edc +++ b/themes/inc/nbeat-black-inc.edc @@ -375,7 +375,8 @@ #define BUTTON_NUMBERED_TEXT_NORMAL_COLOR_INC 249 249 249 255 -#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#ffffff" +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXT_SIZE_INC 18 +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#f9f9f9" #define BUTTON_CONTROLBAR_ITEM_BUTTON_ICON_SIZE_INC 44 44 #define BUTTON_TEXT_STYLE1_BG_MIN_INC 100 46 diff --git a/themes/inc/nbeat-hd-inc.edc b/themes/inc/nbeat-hd-inc.edc index db194c2..738703e 100644 --- a/themes/inc/nbeat-hd-inc.edc +++ b/themes/inc/nbeat-hd-inc.edc @@ -406,7 +406,8 @@ #define BUTTON_NUMBERED_TEXT_NORMAL_COLOR_INC 78 73 69 255 -#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#ffffff" +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXT_SIZE_INC 28 +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#f9f9f9" #define BUTTON_CONTROLBAR_ITEM_BUTTON_ICON_SIZE_INC 70 70 #define BUTTON_TEXT_STYLE1_BG_MIN_INC 100 74 diff --git a/themes/inc/nbeat-inc.edc b/themes/inc/nbeat-inc.edc index 3aeeaca..9d8f183 100644 --- a/themes/inc/nbeat-inc.edc +++ b/themes/inc/nbeat-inc.edc @@ -399,7 +399,8 @@ #define BUTTON_NUMBERED_TEXT_NORMAL_COLOR_INC 78 73 69 255 -#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#ffffff" +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXT_SIZE_INC 18 +#define BUTTON_CONTROLBAR_ITEM_BUTTON_TEXTBLOCK_COLOR_INC "#f9f9f9" #define BUTTON_CONTROLBAR_ITEM_BUTTON_ICON_SIZE_INC 44 44 #define BUTTON_TEXT_STYLE1_BG_MIN_INC 100 46