summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangHyeon Lee <sh10233.lee@samsung.com>2017-01-13 13:55:46 +0900
committerSangHyeon Lee <sh10233.lee@samsung.com>2017-01-12 21:02:29 -0800
commitafe083a75ca69b68d5a618a4c2db6fe8f28bc0f5 (patch)
treed6285513837de4a402ec8aaf3767577d0ca89011
parent7cfc7ab6b8dea76375330925c6d7bef857fa3f8f (diff)
downloadefl-theme-tizen-mobile-afe083a75ca69b68d5a618a4c2db6fe8f28bc0f5.tar.gz
efl-theme-tizen-mobile-afe083a75ca69b68d5a618a4c2db6fe8f28bc0f5.tar.bz2
efl-theme-tizen-mobile-afe083a75ca69b68d5a618a4c2db6fe8f28bc0f5.zip
genlist: fix sub text alignmentsubmit/tizen/20170116.034202
the part need to be auto aligned. Change-Id: I61e4155798b2761568ac756fd0c0c9062df837db Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
-rw-r--r--mobile/HD-inc.edc18
1 files changed, 9 insertions, 9 deletions
diff --git a/mobile/HD-inc.edc b/mobile/HD-inc.edc
index d6d7eef3..a7cde38b 100644
--- a/mobile/HD-inc.edc
+++ b/mobile/HD-inc.edc
@@ -925,17 +925,17 @@ styles {
STYLE_TAG_MATCH
}
style { name: "list_double_label_text_sub";
- base: "color=#ffffff color_class=genlist_item/double_label/text_sub font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_sub font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_text_sub_pressed";
- base: "color=#ffffff color_class=genlist_item/double_label/text_sub_pressed font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_sub_pressed font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_double_label_text_sub_disabled";
- base: "color=#ffffff color_class=genlist_item/double_label/text_sub_disabled font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/double_label/text_sub_disabled font=Tizen:weight=Normal font_size=30 text_class=tizen ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
@@ -1003,17 +1003,17 @@ styles {
STYLE_TAG_MATCH
}
style { name: "list_type1_text_sub";
- base: "color=#ffffff color_class=genlist_item/type1/text_sub font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type1/text_sub font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_text_sub_pressed";
- base: "color=#ffffff color_class=genlist_item/type1/text_sub_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type1/text_sub_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type1_text_sub_disabled";
- base: "color=#ffffff color_class=genlist_item/type1/text_sub_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type1/text_sub_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
@@ -1064,17 +1064,17 @@ styles {
STYLE_TAG_MATCH
}
style { name: "list_type2_text_sub";
- base: "color=#ffffff color_class=genlist_item/type2/text_sub font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type2/text_sub font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_text_sub_pressed";
- base: "color=#ffffff color_class=genlist_item/type2/text_sub_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type2/text_sub_pressed font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}
style { name: "list_type2_text_sub_disabled";
- base: "color=#ffffff color_class=genlist_item/type2/text_sub_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0 align=left";
+ base: "color=#ffffff color_class=genlist_item/type2/text_sub_disabled font=Tizen:weight=Normal font_size=32 text_class=list_item ellipsis=1.0";
STYLE_TAGS
STYLE_TAG_MATCH
}