[UI] Empty page font size is updated based on system settings. 55/109555/1
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Tue, 10 Jan 2017 11:28:39 +0000 (12:28 +0100)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Tue, 10 Jan 2017 11:28:39 +0000 (12:28 +0100)
Change-Id: Icd3ac143b982bf6eb79cf9c7b72d06fee8236945
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
resource/setting-theme.edc
setting-common/src/setting-common-draw-widget.c

index dc9fb8c79e98b0fbcfef4bf6bdf94d5a6d11625b..53d4756cedfa55409a9d771d99477f1180801451 100644 (file)
@@ -10370,7 +10370,7 @@ collections
                {
                        style
                        {       name: "nocontent_style";
-                               base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color="NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC" wrap=mixed ellipsis=1.0 text_class=tizen";
+                               base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color="NOCONTENT_TEXT_BLOCK_STYLE_COLOR_INC" wrap=mixed ellipsis=1.0 text_class=label";
                                tag: "br" "\n";
                                tag: "hilight" "+ font_weight=Bold";
                                tag: "b" "+ font_weight=Bold";
@@ -10378,7 +10378,7 @@ collections
                        }
                        style
                        {       name: "nocontent_style_dim";
-                               base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color="NOCONTENT_TEXT_BLOCK_STYLE_COLOR_DIM_INC" wrap=mixed ellipsis=1.0 text_class=tizen";
+                               base: "font=Tizen:style=Bold font_size="NOCONTENT_TEXT_BLOCK_TEXT_SIZE_INC" align=center color="NOCONTENT_TEXT_BLOCK_STYLE_COLOR_DIM_INC" wrap=mixed ellipsis=1.0 text_class=label";
                                tag: "br" "\n";
                                tag: "hilight" "+ font_weight=Bold";
                                tag: "b" "+ font_weight=Bold";
@@ -10386,7 +10386,7 @@ collections
                        }
                        style
                        {       name: "nocontent_help_text";
-                               base: "font=Tizen:style=Regular font_size="NOCONTENT_HELP_TEXT_BLOCK_TEXT_SIZE_INC" align=left color="NOCONTENT_HELP_TEXT_BLOCK_STYLE_COLOR_INC" wrap=mixed ellipsis=1.0 text_class=tizen";
+                               base: "font=Tizen:style=Regular font_size="NOCONTENT_HELP_TEXT_BLOCK_TEXT_SIZE_INC" align=left color="NOCONTENT_HELP_TEXT_BLOCK_STYLE_COLOR_INC" wrap=mixed ellipsis=1.0 text_class=label";
                                tag: "br" "\n";
                                tag: "hilight" "+ font_style=Regular";
                                tag: "b" "+ font_style=Regular";
index 447e159cd99defe731a1633594f73fc4231b526d..ce63d6e0edf63bb1c2d88ff2bf18ad7350fc5aa1 100644 (file)
@@ -964,7 +964,7 @@ EXPORT_PUBLIC Evas_Object *setting_add_empty_page(Evas_Object *parent, const cha
        Evas_Object *layout = NULL;
 
        layout = elm_layout_add(parent);
-       elm_layout_theme_set(layout, "layout", "nocontents", "default");
+       elm_layout_theme_set(layout, "layout", "nocontents_setting", "default");
        evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND,
                        EVAS_HINT_EXPAND);
        evas_object_size_hint_align_set(layout, EVAS_HINT_FILL, EVAS_HINT_FILL);