summaryrefslogtreecommitdiff
path: root/mobile/HD-inc.edc
diff options
context:
space:
mode:
authorJunsuChoi <jsuya.choi@samsung.com>2016-11-22 13:42:55 +0900
committerJunsuChoi <jsuya.choi@samsung.com>2017-06-02 09:13:53 +0900
commit463fd8f6aaa58bbe150f92a7e215ceb7cd932117 (patch)
treef12ddf31f86169c039b996452c80fc98e058a4ee /mobile/HD-inc.edc
parent407d51a1585d3688d7d5ac250ed9768e2ba2858a (diff)
downloadefl-theme-tizen-mobile-463fd8f6aaa58bbe150f92a7e215ceb7cd932117.tar.gz
efl-theme-tizen-mobile-463fd8f6aaa58bbe150f92a7e215ceb7cd932117.tar.bz2
efl-theme-tizen-mobile-463fd8f6aaa58bbe150f92a7e215ceb7cd932117.zip
Button : Add popup button color class and remove unused text style
Add popup button color class *add color class - button/popup/bg - button/popup/bg_pressed - button/popup/bg_disabled - button/popup/text - button/popup/text_pressed - button/popup/text_disabled - button/popup/effect unused text style is removed *remove text style - button_trans Change-Id: I639d77ff6352e93c50be2b503f15a01e11772870
Diffstat (limited to 'mobile/HD-inc.edc')
-rw-r--r--mobile/HD-inc.edc35
1 files changed, 15 insertions, 20 deletions
diff --git a/mobile/HD-inc.edc b/mobile/HD-inc.edc
index 62c03c6a..224c9d95 100644
--- a/mobile/HD-inc.edc
+++ b/mobile/HD-inc.edc
@@ -1254,26 +1254,6 @@ styles {
// (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1P text_class=T051L1P ellipsis=1.0";
STYLE_TAGS
}
- style { name: "button_popup";
- base: "align=center color=#ffffffff font=Tizen:weight=Normal font_size=40 text_class=tizen ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_POPUP_TEXT_SIZE" align=center color=#ffffff color_class=T051L1 text_class=T051L1 ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "button_popup_dim";
- base: "align=center color=#ffffffff font=Tizen:weight=Normal font_size=40 text_class=tizen ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_POPUP_TEXT_SIZE" align=center color=#ffffff color_class=T051L1D text_class=T051L1D ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "button_popup_press";
- base: "align=center color=#ffffffff font=Tizen:weight=Normal font_size=40 text_class=tizen ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_POPUP_TEXT_SIZE" align=center color=#ffffff color_class=T051L1P text_class=T051L1P ellipsis=1.0";
- STYLE_TAGS
- }
- style { name: "button_trans";
- base: "color=#070707FF font=Tizen:weight=Normal font_size=27 text_class=tizen ellipsis=0.0";
- // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff color_class=T1221 text_class=T1221 ellipsis=0.0";
- STYLE_TAGS
- }
style { name: "button_circle";
base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/circle/text";
// (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_TEXT_CIRCLE_SIZE" align=center color=#ffffff color_class=T127 text_class=T127 wrap=mixed";
@@ -1304,6 +1284,21 @@ styles {
// (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T051L2P text_class=T051L2P wrap=none ellipsis=1.0";
STYLE_TAGS
}
+ style { name: "button_popup";
+ base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/popup/text";
+ // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1 text_class=T051L1 ellipsis=1.0";
+ STYLE_TAGS
+ }
+ style { name: "button_popup_dim";
+ base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/popup/text_disabled";
+ // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1D text_class=T051L1D ellipsis=1.0";
+ STYLE_TAGS
+ }
+ style { name: "button_popup_press";
+ base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/popup/text_pressed";
+ // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1P text_class=T051L1P ellipsis=1.0";
+ STYLE_TAGS
+ }
style { name: "button_naviframe_title_left_text_normal";
base: "color=#ffffffff align=left font=Tizen:weight=SemiBold:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_left/text";
// (Changeable UI) base: "font=Samsung Condensed:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T043 text_class=T043 wrap=none ellipsis=1.0";