From: WooHyun Jung Date: Mon, 13 May 2013 10:35:21 +0000 (+0900) Subject: [entry] Add ellipsis for guide text. X-Git-Tag: submit/tizen_2.2/20130714.144922~273 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d26ec8b06553fb22bfe3d4af2504a59bd4c1dfb7;p=framework%2Fuifw%2Fefl-theme-tizen.git [entry] Add ellipsis for guide text. --- diff --git a/themes/widgets/entry.edc b/themes/widgets/entry.edc index 86a8584..0e1de6e 100644 --- a/themes/widgets/entry.edc +++ b/themes/widgets/entry.edc @@ -765,7 +765,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"; + 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"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -788,7 +788,7 @@ group { name: "elm/entry/base-single/editfield"; rel2.to: "elm.text"; text { style: "editfield_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -886,7 +886,7 @@ group { name: "elm/entry/base-single/editfield/searchbar/default"; rel2.to: "elm.text"; text { style: "editfield_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -1005,7 +1005,7 @@ group { name: "elm/entry/base-single/default"; tag: "preedit_sub4" "+ backing=on backing_color="ENTRY_PREEDIT_SUB4_COLOR_INC" underline=on underline_color="ENTRY_PREEDIT_UNDERLINE_COLOR_INC; } style { name: "entry_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"; + 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"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -1028,7 +1028,7 @@ group { name: "elm/entry/base-single/default"; rel2.to: "elm.text"; text { style: "entry_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 0; align: 0.0 0.5; } @@ -1128,7 +1128,7 @@ group { name: "elm/entry/base-single-noedit/default"; rel2.to: "elm.text"; text { style: "entry_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -1518,7 +1518,7 @@ group { name: "elm/entry/base-noedit/default"; rel2.to: "elm.text"; text { style: "editfield_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -1662,7 +1662,7 @@ group { name: "elm/entry/base-password/popup"; rel2.to: "elm.text"; text { style: "entry_single_textblock_popup_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -4661,7 +4661,7 @@ group { name: "elm/entry/base-single/font_color_black"; rel2.to: "elm.text"; text { style: "font_color_black_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -4759,7 +4759,7 @@ group { name: "elm/entry/base-single-noedit/font_color_black"; rel2.to: "elm.text"; text { style: "font_color_black_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -4875,7 +4875,7 @@ group { name: "elm/entry/base-single/font_color_black/tizen_text_class"; 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"; + base: "font=Tizen:style=Roman font_size="ENTRY_TEXT_SIZE_INC" color=#90A9C7 wrap=none left_margin=1 right_margin=3 text_class=tizen ellipsis=1.0"; tag: "br" "\n"; tag: "ps" "ps"; tag: "tab" "\t"; @@ -4895,7 +4895,7 @@ group { name: "elm/entry/base-single/font_color_black/tizen_text_class"; rel2.to: "elm.text"; text { style: "tizen_text_class_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } } @@ -4937,7 +4937,7 @@ group { name: "elm/entry/base-password/font_color_black"; rel2.to: "elm.text"; text { style: "font_color_black_single_textblock_guide_style"; - min: 1 1; + min: 0 1; max: 0 1; } }