summaryrefslogtreecommitdiff
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
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
-rw-r--r--mobile/HD-inc.edc230
-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
11 files changed, 171 insertions, 171 deletions
diff --git a/mobile/HD-inc.edc b/mobile/HD-inc.edc
index 667e5281..fd9aec34 100644
--- a/mobile/HD-inc.edc
+++ b/mobile/HD-inc.edc
@@ -883,300 +883,300 @@
styles {
// ************* list default ********** //
style { name: "list_default_text_normal";
- base: "color=#ffffff color_class=genlist_item/default/text font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/default/text font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_default_text_pressed";
- base: "color=#ffffff color_class=genlist_item/default/text_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/default/text_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_default_text_disabled";
- base: "color=#ffffff color_class=genlist_item/default/text_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/default/text_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list double_label ********** //
style { name: "list_double_label_main_text_normal";
- base: "color=#ffffff color_class=genlist_item/double_label/text_main font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_main font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_main_text_pressed";
- base: "color=#ffffff color_class=genlist_item/double_label/text_main_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_main_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_main_text_disabled";
- base: "color=#ffffff color_class=genlist_item/double_label/text_main_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_main_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_subtitle_text_normal";
- base: "color=#ffffff color_class=genlist_item/double_label/text_subtitle font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_subtitle font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_subtitle_text_pressed";
- base: "color=#ffffff color_class=genlist_item/double_label/text_subtitle_pressed font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_subtitle_pressed font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_subtitle_text_disabled";
- base: "color=#ffffff color_class=genlist_item/double_label/text_subtitle_disabled font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_subtitle_disabled font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list one_icon ********** //
style { name: "list_one_icon_text_normal";
- base: "color=#ffffff color_class=genlist_item/one_icon/text font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/one_icon/text font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_one_icon_text_pressed";
- base: "color=#ffffff color_class=genlist_item/one_icon/text_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/one_icon/text_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_one_icon_text_disabled";
- base: "color=#ffffff color_class=genlist_item/one_icon/text_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/one_icon/text_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list end_icon ********** //
style { name: "list_end_icon_text_normal";
- base: "color=#ffffff color_class=genlist_item/end_icon/text font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/end_icon/text font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_end_icon_text_pressed";
- base: "color=#ffffff color_class=genlist_item/end_icon/text_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/end_icon/text_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_end_icon_text_disabled";
- base: "color=#ffffff color_class=genlist_item/end_icon/text_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/end_icon/text_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list type1 ********** //
style { name: "list_type1_main_text_normal";
- base: "color=#ffffff color_class=genlist_item/type1/text_main font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/type1/text_main font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_main_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type1/text_main_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/type1/text_main_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_main_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type1/text_main_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/type1/text_main_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_main_end_text_normal";
- base: "color=#ffffff color_class=genlist_item/type1/text_main_end font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type1/text_main_end font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_main_end_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type1/text_main_end_pressed font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type1/text_main_end_pressed font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_main_end_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type1/text_main_end_disabled font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type1/text_main_end_disabled font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_subtitle_text_normal";
- base: "color=#ffffff color_class=genlist_item/type1/text_subtitle font=Tizen:style=Regular font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type1/text_subtitle font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_subtitle_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_pressed font=Tizen:style=Regular font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_subtitle_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_disabled font=Tizen:style=Regular font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_subtitle_end_text_normal";
- base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_end font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_end font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_subtitle_end_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_end_pressed font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_end_pressed font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_subtitle_end_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_end_disabled font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type1/text_subtitle_end_disabled font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list type2 ********** //
style { name: "list_type2_main_text_normal";
- base: "color=#ffffff color_class=genlist_item/type2/text_main font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/type2/text_main font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_main_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type2/text_main_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/type2/text_main_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_main_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type2/text_main_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/type2/text_main_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_main_end_text_normal";
- base: "color=#ffffff color_class=genlist_item/type2/text_main_end font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type2/text_main_end font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_main_end_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type2/text_main_end_pressed font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type2/text_main_end_pressed font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_main_end_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type2/text_main_end_disabled font=Tizen:style=Regular font_size=30 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type2/text_main_end_disabled font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_subtitle_text_normal";
- base: "color=#ffffff color_class=genlist_item/type2/text_subtitle font=Tizen:style=Regular font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type2/text_subtitle font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_subtitle_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_pressed font=Tizen:style=Regular font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_subtitle_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_disabled font=Tizen:style=Regular font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_subtitle_end_text_normal";
- base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_end font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_end font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_subtitle_end_text_pressed";
- base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_end_pressed font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_end_pressed font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_subtitle_end_text_disabled";
- base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_end_disabled font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/type2/text_subtitle_end_disabled font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list multiline ********** //
style { name: "list_multiline_main_text_normal";
- base: "color=#ffffff color_class=genlist_item/multiline/text_main font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/multiline/text_main font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_multiline_main_text_pressed";
- base: "color=#ffffff color_class=genlist_item/multiline/text_main_pressed font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/multiline/text_main_pressed font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_multiline_main_text_disabled";
- base: "color=#ffffff color_class=genlist_item/multiline/text_main_disabled font=Tizen:style=Light font_size=40 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/multiline/text_main_disabled font=Tizen:weight=Light font_size=40 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_multiline_multiline_text_normal";
- base: "color=#ffffff color_class=genlist_item/multiline/text_multiline font=Tizen:style=Regular font_size=32 text_class=list_item wrap=mixed linesize=33";
+ base: "color=#ffffff color_class=genlist_item/multiline/text_multiline font=Tizen:weight=Normal font_size=32 text_class=list_item wrap=mixed linesize=33";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_multiline_multiline_text_pressed";
- base: "color=#ffffff color_class=genlist_item/multiline/text_multiline_pressed font=Tizen:style=Regular font_size=32 text_class=list_item wrap=mixed linesize=33";
+ base: "color=#ffffff color_class=genlist_item/multiline/text_multiline_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item wrap=mixed linesize=33";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_multiline_multiline_text_disabled";
- base: "color=#ffffff color_class=genlist_item/multiline/text_multiline_disabled font=Tizen:style=Regular font_size=32 text_class=list_item wrap=mixed linesize=33";
+ base: "color=#ffffff color_class=genlist_item/multiline/text_multiline_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item wrap=mixed linesize=33";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* list group index text ********** //
style { name: "list_group_index_main_text_normal";
- base: "color=#ffffff color_class=genlist_item/group_index/text_main font=Tizen:style=Medium font_size=32 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/group_index/text_main font=Tizen:weight=SemiBold font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_group_index_main_end_text_normal";
- base: "color=#ffffff color_class=genlist_item/group_index/text_main_end font=Tizen:style=Regular font_size=32 text_class=tizen ellipsis=1.0 align=right";
+ base: "color=#ffffff color_class=genlist_item/group_index/text_main_end font=Tizen:weight=Normal font_size=32 text_class=tizen ellipsis=1.0 align=right";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_group_index_expandable_text_normal";
- base: "color=#ffffff color_class=genlist_item/group_index/expandable/text font=Tizen:style=Medium font_size=32 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/group_index/expandable/text font=Tizen:weight=SemiBold font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_group_index_expandable_text_pressed";
- base: "color=#ffffff color_class=genlist_item/group_index/expandable/text_pressed font=Tizen:style=Medium font_size=32 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/group_index/expandable/text_pressed font=Tizen:weight=SemiBold font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_group_index_expandable_text_disabled";
- base: "color=#ffffff color_class=genlist_item/group_index/expandable/text_disabled font=Tizen:style=Medium font_size=32 text_class=list_item ellipsis=1.0";
+ base: "color=#ffffff color_class=genlist_item/group_index/expandable/text_disabled font=Tizen:weight=SemiBold font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
// ************* grid text ********** //
style { name: "grid_default_text";
- base: "font=Tizen:style=Regular font_size=29 color=#FFFFFFFF color_class=gengrid_item/default/text align=center wrap=mixed ellipsis=1.0";
+ base: "font=Tizen:weight=Normal font_size=29 color=#FFFFFFFF color_class=gengrid_item/default/text align=center wrap=mixed ellipsis=1.0";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "b" "+ font_weight=Bold";
}
style { name: "grid_type1_text";
- base: "font=Tizen:style=Regular font_size=29 color=#FFFFFFFF color_class=gengrid_item/type1/text align=center wrap=mixed ellipsis=1.0";
+ base: "font=Tizen:weight=Normal font_size=29 color=#FFFFFFFF color_class=gengrid_item/type1/text align=center wrap=mixed ellipsis=1.0";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "b" "+ font_weight=Bold";
}
style { name: "grid_type2_text";
- base: "font=Tizen:style=Regular font_size=29 color=#FFFFFFFF color_class=gengrid_item/type2/text align=center wrap=mixed ellipsis=1.0";
+ base: "font=Tizen:weight=Normal font_size=29 color=#FFFFFFFF color_class=gengrid_item/type2/text align=center wrap=mixed ellipsis=1.0";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "b" "+ font_weight=Bold";
}
style { name: "grid_popup_text_normal";
- base: "font=Tizen:style=Condensed font_size=32 color=#FFFFFFFF color_class=gengrid_item/popup/text text_class=tizen align=center valign=center wrap=mixed ellipsis=1.0 linegap=-3";
+ base: "font=Tizen:width=Condensed font_size=32 color=#FFFFFFFF color_class=gengrid_item/popup/text text_class=tizen align=center valign=center wrap=mixed ellipsis=1.0 linegap=-3";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "b" "+ font_weight=Bold";
}
style { name: "grid_popup_text_pressed";
- base: "font=Tizen:style=Condensed font_size=32 color=#FFFFFFFF color_class=gengrid_item/popup/text_pressed text_class=tizen align=center valign=center wrap=mixed ellipsis=1.0 linegap=-3";
+ base: "font=Tizen:width=Condensed font_size=32 color=#FFFFFFFF color_class=gengrid_item/popup/text_pressed text_class=tizen align=center valign=center wrap=mixed ellipsis=1.0 linegap=-3";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
tag: "b" "+ font_weight=Bold";
}
style { name: "grid_popup_text_disabled";
- base: "font=Tizen:style=Condensed font_size=32 color=#FFFFFFFF color_class=gengrid_item/popup/text_disabled text_class=tizen align=center valign=center wrap=mixed ellipsis=1.0 linegap=-3";
+ base: "font=Tizen:width=Condensed font_size=32 color=#FFFFFFFF color_class=gengrid_item/popup/text_disabled text_class=tizen align=center valign=center wrap=mixed ellipsis=1.0 linegap=-3";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
@@ -1184,171 +1184,171 @@ styles {
}
// ************* button text ********** //
style { name: "button_main";
- base: "align=center valign=center color=#FFFFFFFF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/default/text";
+ base: "align=center valign=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/default/text";
STYLE_TAGS
}
style { name: "button_main_dim";
- base: "align=center valign=center color=#FFFFFFFF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/default/text_disabled";
+ base: "align=center valign=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/default/text_disabled";
STYLE_TAGS
}
style { name: "button_main_press";
- base: "align=center valign=center color=#FFFFFFFF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/default/text_pressed";
+ base: "align=center valign=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/default/text_pressed";
STYLE_TAGS
}
style { name: "button_ampm";
- base: "align=center color=#ffffffff font=Tizen:style=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text";
+ base: "align=center color=#ffffffff font=Tizen:weight=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text";
STYLE_TAGS
}
style { name: "button_ampm_dim";
- base: "align=center color=#ffffffff font=Tizen:style=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text_disabled";
+ base: "align=center color=#ffffffff font=Tizen:weight=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text_disabled";
STYLE_TAGS
}
style { name: "button_ampm_unselected";
- base: "align=center color=#ffffffff font=Tizen:style=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text_unselected";
+ base: "align=center color=#ffffffff font=Tizen:weight=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text_unselected";
STYLE_TAGS
}
style { name: "button_ampm_press";
- base: "align=center color=#ffffffff font=Tizen:style=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text_pressed";
+ base: "align=center color=#ffffffff font=Tizen:weight=Light font_size=40 text_class=tizen color_class=datetime/default/ampm/text_pressed";
STYLE_TAGS
}
style { name: "button_bottom";
- base: "align=center color=#FFFFFFFF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/bottom/text";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1 text_class=T051L1 ellipsis=1.0";
+ base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/bottom/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_bottom_dim";
- base: "align=center color=#FFFFFFFF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/bottom/text_disabled";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1D text_class=T051L1D ellipsis=1.0";
+ base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/bottom/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_bottom_press";
- base: "align=center color=#FFFFFFFF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/bottom/text_pressed";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_BOTTOM_TEXT_SIZE" align=center color=#ffffff color_class=T051L1P text_class=T051L1P ellipsis=1.0";
+ base: "align=center color=#FFFFFFFF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0 color_class=button/bottom/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_popup";
- base: "align=center color=#ffffffff font=Tizen:style=Regular font_size=40 text_class=tizen ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_POPUP_TEXT_SIZE" align=center color=#ffffff color_class=T051L1 text_class=T051L1 ellipsis=1.0";
+ 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:style=Regular font_size=40 text_class=tizen ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_POPUP_TEXT_SIZE" align=center color=#ffffff color_class=T051L1D text_class=T051L1D ellipsis=1.0";
+ 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:style=Regular font_size=40 text_class=tizen ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_POPUP_TEXT_SIZE" align=center color=#ffffff color_class=T051L1P text_class=T051L1P ellipsis=1.0";
+ 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:style=Regular font_size=27 text_class=tizen ellipsis=0.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff color_class=T1221 text_class=T1221 ellipsis=0.0";
+ 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:style=Light font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/circle/text";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_CIRCLE_SIZE" align=center color=#ffffff color_class=T127 text_class=T127 wrap=mixed";
+ 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";
STYLE_TAGS
}
style { name: "button_circle_press";
- base: "align=center color=#FFFFFFFF font=Tizen:style=Light font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/circle/text_pressed";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_CIRCLE_SIZE" align=center color=#ffffff color_class=T127 text_class=T127 wrap=mixed";
+ 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_pressed";
+ // (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";
STYLE_TAGS
}
style { name: "button_circle_dim";
- base: "align=center color=#FFFFFFFF font=Tizen:style=Light font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/circle/text_disabled";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_CIRCLE_SIZE" align=center color=#ffffff color_class=T127 text_class=T127 wrap=mixed";
+ 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_disabled";
+ // (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";
STYLE_TAGS
}
style { name: "button_contacts";
- base: "color=#ffffffff align=center font=Tizen:style=Regular font_size=30 text_class=tizen wrap=none ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T051L2 text_class=T051L2 wrap=none ellipsis=1.0";
+ base: "color=#ffffffff align=center font=Tizen:weight=Normal font_size=30 text_class=tizen wrap=none ellipsis=1.0";
+ // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T051L2 text_class=T051L2 wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_contacts_dim";
- base: "color=#ffffff7f align=center font=Tizen:style=Regular font_size=30 text_class=tizen wrap=none ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T051L2D text_class=T051L2D wrap=none ellipsis=1.0";
+ base: "color=#ffffff7f align=center font=Tizen:weight=Normal font_size=30 text_class=tizen wrap=none ellipsis=1.0";
+ // (Changeable UI) base: "font=Tizen:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T051L2D text_class=T051L2D wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_contacts_press";
- base: "color=#ffffffff align=center font=Tizen:style=Regular font_size=30 text_class=tizen wrap=none ellipsis=1.0";
- // (Changeable UI) base: "font=Tizen:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T051L2P text_class=T051L2P wrap=none ellipsis=1.0";
+ base: "color=#ffffffff align=center font=Tizen:weight=Normal font_size=30 text_class=tizen wrap=none ellipsis=1.0";
+ // (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_naviframe_title_left_text_normal";
-base: "color=#ffffffff align=left font=Tizen:style=Medium: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:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T043 text_class=T043 wrap=none ellipsis=1.0";
+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";
STYLE_TAGS
}
style { name: "button_naviframe_title_left_text_pressed";
- base: "color=#ffffffff align=left font=Tizen:style=Medium:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_left/text_pressed";
- // (Changeable UI) base: "font=Samsung Condensed:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T043P text_class=T043P wrap=none ellipsis=1.0";
+ 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_pressed";
+ // (Changeable UI) base: "font=Samsung Condensed:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T043P text_class=T043P wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_naviframe_title_left_text_disabled";
- base: "color=#ffffffff align=left font=Tizen:style=Medium:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_left/text_disabled";
- // (Changeable UI) base: "font=Samsung Condensed:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T043D text_class=T043D wrap=none ellipsis=1.0";
+ 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_disabled";
+ // (Changeable UI) base: "font=Samsung Condensed:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T043D text_class=T043D wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_naviframe_title_right_text_normal";
- base: "color=#ffffffff align=right font=Tizen:style=Medium:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_right/text";
- // (Changeable UI) base: "font=Samsung Condensed:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T044 text_class=T044 wrap=none ellipsis=1.0";
+ base: "color=#ffffffff align=right font=Tizen:weight=SemiBold:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_right/text";
+ // (Changeable UI) base: "font=Samsung Condensed:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T044 text_class=T044 wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_naviframe_title_right_text_pressed";
- base: "color=#ffffffff align=right font=Tizen:style=Medium:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_right/text_pressed";
- // (Changeable UI) base: "font=Samsung Condensed:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T044P text_class=T044P wrap=none ellipsis=1.0";
+ base: "color=#ffffffff align=right font=Tizen:weight=SemiBold:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_right/text_pressed";
+ // (Changeable UI) base: "font=Samsung Condensed:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T044P text_class=T044P wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_naviframe_title_right_text_disabled";
- base: "color=#ffffffff align=right font=Tizen:style=Medium:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_right/text_disabled";
- // (Changeable UI) base: "font=Samsung Condensed:style=Regular font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T044D text_class=T044D wrap=none ellipsis=1.0";
+ base: "color=#ffffffff align=right font=Tizen:weight=SemiBold:width=Condensed font_size=32 text_class=tizen wrap=mixed ellipsis=1.0 color_class=button/naviframe/title_right/text_disabled";
+ // (Changeable UI) base: "font=Samsung Condensed:weight=Normal font_size="BUTTON_TEXT_SIZE" color=#ffffff align=center color_class=T044D text_class=T044D wrap=none ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_hoversel";
- base: "color=#FFF color_class=hoversel/default/text font=Tizen:style=Regular font_size=40 text_class=tizen ellipsis=1.0";
+ base: "color=#FFF color_class=hoversel/default/text font=Tizen:weight=Normal font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_hoversel_press";
- base: "color=#FFF color_class=hoversel/default/text_pressed font=Tizen:style=Regular font_size=40 text_class=tizen ellipsis=1.0";
+ base: "color=#FFF color_class=hoversel/default/text_pressed font=Tizen:weight=Normal font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_hoversel_dim";
- base: "color=#FFF color_class=hoversel/default/text_disabled font=Tizen:style=Regular font_size=40 text_class=tizen ellipsis=1.0";
+ base: "color=#FFF color_class=hoversel/default/text_disabled font=Tizen:weight=Normal font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_hoversel_entry";
- base: "color=#FFF color_class=hoversel_item/default/text font=Tizen:style=Regular font_size=34 text_class=tizen ellipsis=1.0";
+ base: "color=#FFF color_class=hoversel_item/default/text font=Tizen:weight=Normal font_size=34 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_hoversel_entry_press";
- base: "color=#FFF color_class=hoversel_item/default/text_pressed font=Tizen:style=Regular font_size=34 text_class=tizen ellipsis=1.0";
+ base: "color=#FFF color_class=hoversel_item/default/text_pressed font=Tizen:weight=Normal font_size=34 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "button_hoversel_entry_dim";
- base: "color=#FFF color_class=hoversel_item/default/text_disabled font=Tizen:style=Regular font_size=34 text_class=tizen ellipsis=1.0";
+ base: "color=#FFF color_class=hoversel_item/default/text_disabled font=Tizen:weight=Normal font_size=34 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "check_default";
- base: "color=#000000FF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0";
+ base: "color=#000000FF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "check_default_dim";
- base: "color=#000000A3 font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0";
+ base: "color=#000000A3 font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
style { name: "check_default_press";
- base: "color=#000000FF font=Tizen:style=Light font_size=40 text_class=tizen ellipsis=1.0";
+ base: "color=#000000FF font=Tizen:weight=Light font_size=40 text_class=tizen ellipsis=1.0";
STYLE_TAGS
}
// ************* no Content text ********** //
style { name: "empty_state_1";
- base: "font=Tizen:style=Regular font_size="NO_CONTENT_TITLE_TEXT_FONT_SIZE_INC" align=center color=#ffffffff text_class=tizen wrap=mixed ellipsis=1.0";
+ base: "font=Tizen:weight=Normal font_size="NO_CONTENT_TITLE_TEXT_FONT_SIZE_INC" align=center color=#ffffffff text_class=tizen wrap=mixed ellipsis=1.0";
STYLE_TAGS
}
style { name: "empty_state_2";
- base: "font=Tizen:style=Regular font_size="NO_CONTENT_TEXT_FONT_SIZE_INC" align=center color=#ffffffff text_class=tizen wrap=mixed ellipsis=1.0";
+ base: "font=Tizen:weight=Normal font_size="NO_CONTENT_TEXT_FONT_SIZE_INC" align=center color=#ffffffff text_class=tizen wrap=mixed ellipsis=1.0";
STYLE_TAGS
}
style { name: "popup_title_style";
@@ -1358,17 +1358,17 @@ base: "color=#ffffffff align=left font=Tizen:style=Medium:width=Condensed font_s
base: "font=Tizen:weight=Light:width=Condensed align=center font_size="POPUP_TITLE_SUB_TEXT_FONT_SIZE_INC" color=#FFF color_class=popup/default/text_maintitle_subtitle_enabled dellipsis=1.0 text_class=tizen";
}
style { name: "popup_subtitle_style";
- base: "font=Tizen:weight=Regular:width=Condensed align=center font_size="POPUP_SUBTITLE_TEXT_FONT_SIZE_INC" color=#FFF color_class=popup/default/text_subtitle ellipsis=1.0 text_class=tizen";
+ base: "font=Tizen:weight=Normal:width=Condensed align=center font_size="POPUP_SUBTITLE_TEXT_FONT_SIZE_INC" color=#FFF color_class=popup/default/text_subtitle ellipsis=1.0 text_class=tizen";
}
style { name: "popup_desc_style";
- base: "font=Tizen:weight=Regular font_size="POPUP_DESCRIPTION_DEFAULT_TEXT_FONT_SIZE_INC" align=left color=#FFF color_class=popup/default/text_content wrap=mixed text_class=label";
+ base: "font=Tizen:weight=Normal font_size="POPUP_DESCRIPTION_DEFAULT_TEXT_FONT_SIZE_INC" align=left color=#FFF color_class=popup/default/text_content wrap=mixed text_class=label";
tag: "br" "\n";
tag: "ps" "ps";
tag: "whitecolor" "+ color=#ffffff";
tag: "tab" "\t";
}
style { name: "popup_toast_style";
- base: "font=Tizen:weight=Regular font_size="POPUP_TOAST_BASE_DEFAULT_TEXT_FONT_SIZE_INC" align=center color=#FFF color_class=popup/toast/text wrap=mixed text_class=label";
+ base: "font=Tizen:weight=Normal font_size="POPUP_TOAST_BASE_DEFAULT_TEXT_FONT_SIZE_INC" align=center color=#FFF color_class=popup/toast/text wrap=mixed text_class=label";
tag: "br" "\n";
tag: "tab" "\t";
}
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
}
}