From b0c757bada9710286fdc6c264b91dea131239782 Mon Sep 17 00:00:00 2001 From: Bora Hwang Date: Thu, 28 Mar 2013 13:52:35 +0900 Subject: [PATCH] [multibuttonentry][entry] new entry style for mbe entry size of mbe should remain same although system font size changes Change-Id: Id040e2f9ad71a70e198dfba9652cb955f75149c3 --- themes/widgets/entry.edc | 70 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/themes/widgets/entry.edc b/themes/widgets/entry.edc index 0d99b5a..df694d2 100644 --- a/themes/widgets/entry.edc +++ b/themes/widgets/entry.edc @@ -4982,6 +4982,76 @@ group { name: "elm/entry/base-single-noedit/font_color_black"; } } } +group { name: "elm/entry/base-single/font_color_black/tizen_text_class"; + inherit: "elm/entry/base-single/font_color_black"; + + styles { + style { name: "tizen_text_class_single_textblock_style"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#000000FF wrap=none left_margin=1 right_margin=3 text_class=tizen"; + tag: "br" "\n"; + tag: "ps" "ps"; + tag: "tab" "\t"; + tag: "em" "+ font=Tizen:style=Oblique"; + tag: "b" "+ font=Tizen:style=Bold"; + tag: "link" "+ color=#800 underline=on underline_color=#8008"; + tag: "hilight" "+ font=Tizen:style=Bold"; + tag: "preedit" "+ underline=on underline_color=#000000FF"; + tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF"; + tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF"; + tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF"; + tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF"; + tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF"; + } + style { name: "tizen_text_class_single_textblock_disabled_style"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#00000080 wrap=none left_margin=1 right_margin=3 text_class=tizen"; + tag: "br" "\n"; + tag: "ps" "ps"; + tag: "tab" "\t"; + tag: "em" "+ font=Tizen:style=Oblique"; + tag: "b" "+ font=Tizen:style=Bold"; + tag: "link" "+ color=#00000080 underline=on underline_color=#00000080"; + tag: "hilight" "+ font=Tizen:style=Bold"; + tag: "preedit" "+ underline=on underline_color=#000000FF"; + tag: "preedit_sel" "+ backing=on backing_color=#000000FF color=#FFFFFFFF"; + tag: "preedit_sub1" "+ backing=on backing_color="ENTRY_PREEDIT_SUB1_COLOR_INC" underline=on underline_color=#000000FF"; + tag: "preedit_sub2" "+ backing=on backing_color="ENTRY_PREEDIT_SUB2_COLOR_INC" underline=on underline_color=#000000FF"; + tag: "preedit_sub3" "+ backing=on backing_color="ENTRY_PREEDIT_SUB3_COLOR_INC" underline=on underline_color=#000000FF"; + tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color=#000000FF"; + } + style { name: "tizen_text_class_single_textblock_guide_style"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#90A9C7 wrap=none left_margin=1 right_margin=3 text_class=tizen"; + tag: "br" "\n"; + tag: "ps" "ps"; + tag: "tab" "\t"; + tag: "em" "+ font=Tizen:style=Oblique"; + tag: "b" "+ font=Tizen:style=Bold"; + tag: "link" "+ color=#800 underline=on underline_color=#8008"; + tag: "hilight" "+ font=Tizen:style=Bold"; + } + } + parts { + part { name: "elm.guide"; + description { state: "default" 0.0; + text { + style: "tizen_text_class_single_textblock_guide_style"; + } + } + } + part { name: "elm.text"; + description { state: "default" 0.0; + text { + style: "tizen_text_class_single_textblock_style"; + } + } + description { state: "disabled" 0.0; + inherit: "default" 0.0; + text { + style: "tizen_text_class_single_textblock_disabled_style"; + } + } + } + } +} group { name: "elm/entry/base-password/font_color_black"; alias: "elm/entry/base-password/editfield/font_color_black"; data.item: "default_font_size" "24"; -- 2.7.4