summaryrefslogtreecommitdiff
path: root/mobile/widgets
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-10-14 10:36:14 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2016-10-14 10:36:14 +0900
commit6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a (patch)
tree38348bbb63efe5229da8ee56e6b1cfdf4868e7ee /mobile/widgets
parent32214267856a5475f2ceffdbad35cbd9d685e3dc (diff)
downloadefl-theme-tizen-mobile-6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a.tar.gz
efl-theme-tizen-mobile-6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a.tar.bz2
efl-theme-tizen-mobile-6f3ebbc168d7ecf7ebd9cb11bed3d57d6cfa9e7a.zip
Update font usages
The "style" is not common elements of fonts. If we use font as "BreezeSans:style=Medium:width=Condensed", Evas can't load "BreezeSans-MediumCondensed.ttf" since it has style name as "Medium Condensed". This behavior is based on fontconfig and EFL upstream. Tizen 3.0 Evas also will be updated like EFL upstream. Change-Id: I15b015e40f1e39b58914bcd61b3df71a4d2e0ede
Diffstat (limited to 'mobile/widgets')
-rw-r--r--mobile/widgets/calendar.edc14
-rw-r--r--mobile/widgets/datetime.edc4
-rw-r--r--mobile/widgets/flipselector.edc8
-rw-r--r--mobile/widgets/index.edc4
-rw-r--r--mobile/widgets/multibuttonentry.edc12
-rw-r--r--mobile/widgets/naviframe.edc28
-rw-r--r--mobile/widgets/progressbar.edc16
-rw-r--r--mobile/widgets/slider.edc2
-rw-r--r--mobile/widgets/spinner.edc6
-rw-r--r--mobile/widgets/toolbar.edc18
10 files changed, 56 insertions, 56 deletions
diff --git a/mobile/widgets/calendar.edc b/mobile/widgets/calendar.edc
index d81f8b1d..121af93d 100644
--- a/mobile/widgets/calendar.edc
+++ b/mobile/widgets/calendar.edc
@@ -63,22 +63,22 @@ group { "elm/calendar/base/template";
#define CIT_STYLES\
style { name: "calendar_date_style";\
- base: "font=Tizen:style=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day align=center text_class=tizen";\
+ base: "font=Tizen:weight=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day align=center text_class=tizen";\
}\
style { name: "calendar_date_selected_style";\
- base: "font=Tizen:style=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day_selected align=center text_class=tizen";\
+ base: "font=Tizen:weight=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day_selected align=center text_class=tizen";\
}\
style { name: "calendar_date_hilighted_style";\
- base: "font=Tizen:style=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day_pressed align=center text_class=tizen";\
+ base: "font=Tizen:weight=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day_pressed align=center text_class=tizen";\
}\
style { name: "calendar_date_disabled_style";\
- base: "font=Tizen:style=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day_disabled align=center text_class=tizen";\
+ base: "font=Tizen:weight=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_day_disabled align=center text_class=tizen";\
}\
style { name: "calendar_date_holiday_style";\
- base: "font=Tizen:style=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_holiday align=center text_class=tizen";\
+ base: "font=Tizen:weight=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_holiday align=center text_class=tizen";\
}\
style { name: "calendar_date_holiday_disabled_style";\
- base: "font=Tizen:style=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_holiday_disabled align=center text_class=tizen";\
+ base: "font=Tizen:weight=Light font_size="CALENDAR_DATE_TEXT_SIZE" color=#FFF color_class=calendar/default/text_holiday_disabled align=center text_class=tizen";\
}\
#define CAL_SPIN(_sufix, _signal_sufix, _text, _relative)\
@@ -215,7 +215,7 @@ group { "elm/calendar/base/template";
rel1.to: "ch_"#_pos".base"; \
rel2.to: "ch_"#_pos".base"; \
color_class: "calendar/default/text_week";\
- text { font: "Tizen:style=Light"; size: CALENDAR_DATE_TITLE_TEXT_SIZE; \
+ text { font: "Tizen:weight=Light"; size: CALENDAR_DATE_TITLE_TEXT_SIZE; \
min: 1 1; \
ellipsis: -1; \
} \
diff --git a/mobile/widgets/datetime.edc b/mobile/widgets/datetime.edc
index 231e4b80..52e2175e 100644
--- a/mobile/widgets/datetime.edc
+++ b/mobile/widgets/datetime.edc
@@ -570,7 +570,7 @@ group { "elm/datetime/base/time_layout";
fixed: 1 1;
text {
min: 1 0;
- font: "TizenSans:style=Light";
+ font: "BreezeSans:weight=Light";
size: "106";
text: ":";
align: 0.5 0.44;
@@ -662,7 +662,7 @@ group { "elm/datetime/base/time_layout";
fixed: 1 1;
text {
min: 1 0;
- font: "TizenSans:style=Light";
+ font: "BreezeSans:weight=Light";
size: "106";
text: ":";
align: 0.5 0.44;
diff --git a/mobile/widgets/flipselector.edc b/mobile/widgets/flipselector.edc
index cd18e9c8..697a713c 100644
--- a/mobile/widgets/flipselector.edc
+++ b/mobile/widgets/flipselector.edc
@@ -258,7 +258,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
@@ -387,7 +387,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
@@ -488,7 +488,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
@@ -617,7 +617,7 @@ group { "elm/flipselector/base/default";
rel.to: "divider";
rel2.relative: 1.0 0.0;
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: FLIPSELECTOR_TEXT_SIZE_INC;
min: 1 1;
ellipsis: -1;
diff --git a/mobile/widgets/index.edc b/mobile/widgets/index.edc
index c05178d2..8354b21d 100644
--- a/mobile/widgets/index.edc
+++ b/mobile/widgets/index.edc
@@ -283,7 +283,7 @@
rel.to: "sizer_text";
rel1.relative: 1.0 0.0;
text {
- font: "TizenSans:style=Light";
+ font: "BreezeSans:weight=Light";
size: 112;
size_range: 50 112;
fit: 1 0;
@@ -446,7 +446,7 @@
relative: 1.0 0.0;
}
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: 24;
size_range: 18 24;
fit: 1 0;
diff --git a/mobile/widgets/multibuttonentry.edc b/mobile/widgets/multibuttonentry.edc
index 7957be9a..2ac514e6 100644
--- a/mobile/widgets/multibuttonentry.edc
+++ b/mobile/widgets/multibuttonentry.edc
@@ -162,7 +162,7 @@ group { "elm/multibuttonentry/guidetext/default";
styles {
style {
name: "multibuttonentry_guide_style";
- base: "font=Tizen:style=Regular font_size="MULTIBUTTONENTRY_GUIDE_TEXT_SIZE_INC" color=#FFFFFF color_class=T059L1 wrap=char text_class=T059L1";
+ base: "font=Tizen:weight=Normal font_size="MULTIBUTTONENTRY_GUIDE_TEXT_SIZE_INC" color=#FFFFFF color_class=T059L1 wrap=char text_class=T059L1";
tag: "br" "\n";
tag: "ps" "ps";
tag: "hilight" "+ font_weight=Bold";
@@ -214,15 +214,15 @@ group { "elm/multibuttonentry/btn/default";
styles {
style {
name: "multibuttonentry_btn_text_style";
- base: "font=Tizen:style=Medium font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_button text_class=tizen ellipsis=1.0";
+ base: "font=Tizen:weight=SemiBold font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_button text_class=tizen ellipsis=1.0";
}
style {
name: "multibuttonentry_btn_pressed_text_style";
- base: "font=Tizen:style=Medium font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_button_pressed text_class=tizen ellipsis=1.0";
+ base: "font=Tizen:weight=SemiBold font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_button_pressed text_class=tizen ellipsis=1.0";
}
style {
name: "multibuttonentry_btn_disabled_text_style";
- base: "font=Tizen:style=Medium font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_button_disabled text_class=tizen ellipsis=1.0";
+ base: "font=Tizen:weight=SemiBold font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_button_disabled text_class=tizen ellipsis=1.0";
}
}
data {
@@ -496,7 +496,7 @@ group { "elm/multibuttonentry/number/default";
styles {
style {
name: "multibuttonentry_number_text_style";
- base: "font=Tizen:style=Light font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_count text_class=tizen";
+ base: "font=Tizen:weight=Light font_size="MULTIBUTTONENTRY_BUTTON_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_count text_class=tizen";
}
}
@@ -542,7 +542,7 @@ group { "elm/multibuttonentry/number/default";
styles {
style {
name: "multibuttonentry_label_style";
- base: "font=Tizen:style=Light font_size="MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_label text_class=tizen wrap=char";
+ base: "font=Tizen:weight=Light font_size="MULTIBUTTONENTRY_LABEL_TEXT_SIZE_INC" color=#FFF color_class=multibuttonentry/default/text_label text_class=tizen wrap=char";
tag: "br" "\n";
tag: "ps" "ps";
tag: "hilight" "+ font_weight=Bold";
diff --git a/mobile/widgets/naviframe.edc b/mobile/widgets/naviframe.edc
index f8fd6a83..f0aaa265 100644
--- a/mobile/widgets/naviframe.edc
+++ b/mobile/widgets/naviframe.edc
@@ -29,47 +29,47 @@
styles {
style { "naviframe_default_maintitle_text";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/default/text_maintitle";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/default/text_maintitle";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_default_maintitle_text_subtitle_enabled";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_SUBTITLE_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/default/text_maintitle_subtitle_enabled";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_SUBTITLE_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/default/text_maintitle_subtitle_enabled";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_default_subtitle_text";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/default/text_subtitle";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/default/text_subtitle";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_tabbar_maintitle_text";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/text_maintitle";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/text_maintitle";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_tabbar_maintitle_text_subtitle_enabled";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_SUBTITLE_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/text_maintitle_subtitle_enabled";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_SUBTITLE_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/text_maintitle_subtitle_enabled";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_tabbar_subtitle_text";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/text_subtitle";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/text_subtitle";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_tabbar_icon_maintitle_text";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/icon/text_maintitle";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_TITLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/icon/text_maintitle";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_tabbar_icon_maintitle_text_subtitle_enabled";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_SUBTITLE_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/icon/text_maintitle_subtitle_enabled";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_SUBTITLE_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/icon/text_maintitle_subtitle_enabled";
tag: "br" "\n";
tag: "tab" "\t";
}
style { "naviframe_tabbar_icon_subtitle_text";
- base: "font=Tizen:style=Condensed align=center font_size="NAVIFRAME_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/icon/text_subtitle";
+ base: "font=Tizen:width=Condensed align=center font_size="NAVIFRAME_VISIBLE_TEXT_FONT_SIZE_INC" color=#FFFFFFFF wrap=none ellipsis=1.0 text_class=tizen color_class=naviframe/tabbar/icon/text_subtitle";
tag: "br" "\n";
tag: "tab" "\t";
}
@@ -470,7 +470,7 @@ group { "elm/naviframe/item/basic/default";
clip: "clipper_title";
desc { "default";
text {
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
min: 1 0;
max: 1 0;
@@ -492,7 +492,7 @@ group { "elm/naviframe/item/basic/default";
clip: "clipper_title";
desc { "default";
text {
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
min: 1 0;
max: 1 0;
@@ -2144,7 +2144,7 @@ group { "elm/naviframe/item/drawers/default";
clip: "clipper_title";
desc { "default";
text {
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
min: 1 0;
max: 1 0;
@@ -2166,7 +2166,7 @@ group { "elm/naviframe/item/drawers/default";
clip: "clipper_title";
desc { "default";
text {
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
min: 1 0;
max: 1 0;
@@ -2981,4 +2981,4 @@ group { "elm/naviframe/item/light_view/default";
}
}
}
-} \ No newline at end of file
+}
diff --git a/mobile/widgets/progressbar.edc b/mobile/widgets/progressbar.edc
index 372edcc1..3d94f1c8 100644
--- a/mobile/widgets/progressbar.edc
+++ b/mobile/widgets/progressbar.edc
@@ -264,7 +264,7 @@
text {
min: 0 0;
align: 1.0 1.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 1.0 1.0;
@@ -423,7 +423,7 @@
text {
min: 0 0;
align: 0.0 0.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 0.0 0.0;
@@ -451,7 +451,7 @@
text {
min: 0 0;
align: 1.0 0.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 1.0 0.0;
@@ -479,7 +479,7 @@
text {
min: 0 0;
align: 1.0 0.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 1.0 0.0;
@@ -829,7 +829,7 @@
text {
min: 0 0;
align: 1.0 1.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 1.0 1.0;
@@ -917,7 +917,7 @@
text {
min: 0 0;
align: 0.0 0.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 0.0 0.0;
@@ -945,7 +945,7 @@
text {
min: 0 0;
align: 1.0 0.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 1.0 0.0;
@@ -973,7 +973,7 @@
text {
min: 0 0;
align: 1.0 0.0;
- font: "Tizen:style=Regular"; size: "32";
+ font: "Tizen:weight=Normal"; size: "32";
text_class: "tizen";
}
align: 1.0 0.0;
diff --git a/mobile/widgets/slider.edc b/mobile/widgets/slider.edc
index 79f1c6f6..75d25f8b 100644
--- a/mobile/widgets/slider.edc
+++ b/mobile/widgets/slider.edc
@@ -3040,7 +3040,7 @@ group { "elm/slider/horizontal/popup/default";
rel1.offset: 0 12;
text {
min: 0 1;
- font: "Tizen:style=Light"; size: "36";
+ font: "Tizen:weight=Light"; size: "36";
text_class: "tizen";
}
}
diff --git a/mobile/widgets/spinner.edc b/mobile/widgets/spinner.edc
index 2c85e833..6450fdef 100644
--- a/mobile/widgets/spinner.edc
+++ b/mobile/widgets/spinner.edc
@@ -896,7 +896,7 @@ group { "elm/button/base/spinner/default";
fixed: 0 1;
rel.to: "base";
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: 106;
text_class: "tizen";
}
@@ -1057,7 +1057,7 @@ group { "elm/button/base/spinner/vertical";
fixed: 0 1;
rel.to: "base";
text {
- font: "Tizen:style=Light";
+ font: "Tizen:weight=Light";
size: 106;
text_class: "tizen";
ellipsis: -1.0;
@@ -1094,7 +1094,7 @@ group { "elm/button/base/spinner/vertical_date_picker";
color: 0 0 0 255;
rel.to: "base";
text {
- font: "TizenSans:style=Light";
+ font: "BreezeSans:weight=Light";
size: 85;
ellipsis: 0.0;
}
diff --git a/mobile/widgets/toolbar.edc b/mobile/widgets/toolbar.edc
index f5780941..65e6f6b3 100644
--- a/mobile/widgets/toolbar.edc
+++ b/mobile/widgets/toolbar.edc
@@ -326,39 +326,39 @@ styles {
TAG
}
style { name: "tabbar_navi_text_style_T042";
- base: "color=#FFF color_class=toolbar/navigationbar/text font=Tizen:style=Regular font_size=32 align=center wrap=none text_class=tizen";
+ base: "color=#FFF color_class=toolbar/navigationbar/text font=Tizen:weight=Normal font_size=32 align=center wrap=none text_class=tizen";
TAG
}
style { name: "tabbar_navi_text_style_T042P";
- base: "color=#FFF color_class=toolbar/navigationbar/text_pressed font=Tizen:style=Regular font_size=32 align=center wrap=none text_class=tizen";
+ base: "color=#FFF color_class=toolbar/navigationbar/text_pressed font=Tizen:weight=Normal font_size=32 align=center wrap=none text_class=tizen";
TAG
}
style { name: "tabbar_navi_text_style_T042D";
- base: "color=#FFF color_class=toolbar/navigationbar/text_disabled font=Tizen:style=Regular font_size=32 align=center wrap=none text_class=tizen";
+ base: "color=#FFF color_class=toolbar/navigationbar/text_disabled font=Tizen:weight=Normal font_size=32 align=center wrap=none text_class=tizen";
TAG
}
style { name: "tabbar_navi_text_style_T042S";
- base: "color=#FFF color_class=toolbar/navigationbar/text_focused font=Tizen:style=Regular font_size=32 align=center wrap=none text_class=tizen";
+ base: "color=#FFF color_class=toolbar/navigationbar/text_focused font=Tizen:weight=Normal font_size=32 align=center wrap=none text_class=tizen";
TAG
}
style { name: "tabbar_text_style_T134";
- base: "font=Tizen:style=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F9B7";
+ base: "font=Tizen:width=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F9B7";
TAG
}
style { name: "tabbar_text_style_T134P";
- base: "font=Tizen:style=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F9FF";
+ base: "font=Tizen:width=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F9FF";
TAG
}
style { name: "tabbar_text_style_T134S";
- base: "font=Tizen:style=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F9FF";
+ base: "font=Tizen:width=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F9FF";
TAG
}
style { name: "tabbar_text_style_T134S_slide";
- base: "font=Tizen:style=Condensed font_size=32 align=center wrap=none text_class=tizen color=#F9F9F9FF";
+ base: "font=Tizen:width=Condensed font_size=32 align=center wrap=none text_class=tizen color=#F9F9F9FF";
TAG
}
style { name: "tabbar_text_style_T134D";
- base: "font=Tizen:style=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F972";
+ base: "font=Tizen:width=Condensed font_size=32 align=center wrap=none ellipsis=1 text_class=tizen color=#F9F9F972";
TAG
}
}