From 21dfc1c84e359f60760f62575ac3b5e879d48930 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Sat, 15 Jun 2013 14:45:10 +0900 Subject: [PATCH] [entry] Apply guide text color according to dark theme GUI v0.5 Change-Id: I36147a96937701b385493cd1ce6248bee1ad44f5 --- themes/inc/tizen-dark-inc.edc | 1 + themes/inc/tizen-light-inc.edc | 1 + themes/widgets/entry.edc | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/inc/tizen-dark-inc.edc b/themes/inc/tizen-dark-inc.edc index afde37d..03a36ee 100755 --- a/themes/inc/tizen-dark-inc.edc +++ b/themes/inc/tizen-dark-inc.edc @@ -975,6 +975,7 @@ #define MAGNIFIER_HEIGHT_FIXED 134 #define MAGNIFIER_WIDTH_FIXED 312 +#define ENTRY_EDITFIELD_GUIDE_TEXT_COLOR_INC "#485D93" #define ENTRY_EDITFIELD_SEARCHBAR_TEXT_SIZE_INC 36 #define ENTRY_BUBBLE_EX_PAD 58 diff --git a/themes/inc/tizen-light-inc.edc b/themes/inc/tizen-light-inc.edc index 0f815e2..16b33a9 100755 --- a/themes/inc/tizen-light-inc.edc +++ b/themes/inc/tizen-light-inc.edc @@ -1003,6 +1003,7 @@ #define MAGNIFIER_HEIGHT_FIXED 134 #define MAGNIFIER_WIDTH_FIXED 312 +#define ENTRY_EDITFIELD_GUIDE_TEXT_COLOR_INC "#90A9C7" #define ENTRY_EDITFIELD_SEARCHBAR_TEXT_SIZE_INC 36 #define ENTRY_BUBBLE_EX_PAD 58 diff --git a/themes/widgets/entry.edc b/themes/widgets/entry.edc index c986688..76ab4d0 100644 --- a/themes/widgets/entry.edc +++ b/themes/widgets/entry.edc @@ -898,7 +898,7 @@ group { name: "elm/entry/base/editfield"; tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC; } style { name: "editfield_textblock_guide_style"; - base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=mixed left_margin=1 right_margin=2"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_EDITFIELD_GUIDE_TEXT_COLOR_INC" wrap=mixed left_margin=1 right_margin=2"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -1057,7 +1057,7 @@ group { name: "elm/entry/base-charwrap/editfield"; tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC; } style { name: "editfield_textblock_char_wrap_guide_style"; - base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_EDITFIELD_GUIDE_TEXT_COLOR_INC" wrap=char left_margin=1 right_margin=2"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -1215,7 +1215,7 @@ group { name: "elm/entry/base-single/editfield"; tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC; } style { name: "editfield_single_textblock_guide_style"; - base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_GUIDE_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=entry ellipsis=1.0"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color="ENTRY_EDITFIELD_GUIDE_TEXT_COLOR_INC" wrap=none left_margin=1 right_margin=3 text_class=entry ellipsis=1.0"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; -- 2.7.4