TIZENIOT-1739 Changed the position and alignment of image 58/239758/1 submit/tizen/20200729.121054
authordivyanshugautam17 <divyanshu.gm@samsung.com>
Wed, 29 Jul 2020 11:34:34 +0000 (17:04 +0530)
committerdivyanshugautam17 <divyanshu.gm@samsung.com>
Wed, 29 Jul 2020 11:34:34 +0000 (17:04 +0530)
Change-Id: I4d8b1a586a6d179268a27bd4790cb4cfcfba0c07

res/edje/vp-nocontents.edc
res/po/en_US.po
src/widget/mp-video-nocontent-layout.c

index 1a7f088d08b7d6d683fd057f8a40a4486ffbdf49..2e30abea3276462d4834192525b0319a306e865b 100755 (executable)
@@ -110,8 +110,8 @@ group {
                                max: -1 26;
                                fixed: 0 1;
                                align: 0.5 0.0;
-                               rel1 { relative: 0.0 0.7; to: "bg";}
-                               rel2 { relative: 1.0 0.7; to: "bg";}
+                               rel1 { relative: 0.0 0.72; to: "bg";}
+                               rel2 { relative: 1.0 0.72; to: "bg";}
                                color: 6 1 74 255;
                                text {
                                        style: "nocontent_style";
@@ -166,8 +166,8 @@ group {
                                        max: -1 26;
                                        fixed: 0 1;
                                        align: 0.5 0.0;
-                                       rel1 { relative: 0.0 0.7; to: "nocontents.anim.swallow";}
-                                       rel2 { relative: 1.0 0.7; to: "nocontents.anim.swallow";}
+                                       rel1 { relative: 0.0 40/720;}
+                                       rel2 { relative: 1.0 40/720;}
                                        color: 6 1 74 255;
                                        text {
                                                style: "nosearch_style";
index 012d55bdca20640abc8d5206bd762e4e2209bf9d..df193fac1276245c8e540c32c47deedab6012e7e 100755 (executable)
@@ -89,7 +89,7 @@ msgid "IDS_VIDEO_HEADER_VIDEO"
 msgstr "Video"
 
 msgid "IDS_VIDEO_NPBODY_NO_VIDEOS"
-msgstr "No videos"
+msgstr "No Videos Available"
 
 msgid "IDS_VIDEO_OPT_DETAILS"
 msgstr "Details"
@@ -365,7 +365,7 @@ msgid "IDS_SWALL_HEADER_INVALID_CHARACTER"
 msgstr "Invalid character"
 
 msgid "IDS_VIDEO_BODY_NO_SEARCH_RESULTS"
-msgstr "No search results"
+msgstr "No results found"
 
 msgid "IDS_GALLERY_HEADER_SELECT"
 msgstr "Select"
index bf4134197632c25328ca6fc974d25acf642fe57e..434b69cf013457e9325a2989b94b576f9b336407 100755 (executable)
@@ -84,7 +84,7 @@ Evas_Object *mp_create_nocontent_layout(const Evas_Object * pParent, const char
        evas_object_size_hint_align_set(pLayout, EVAS_HINT_FILL, EVAS_HINT_FILL);
 
        Elm_Animation_View *anim_view = elm_animation_view_add(pLayout);
-       evas_object_size_hint_min_set(anim_view, ELM_SCALE_SIZE(450), ELM_SCALE_SIZE(350));
+       evas_object_size_hint_min_set(anim_view, ELM_SCALE_SIZE(459), ELM_SCALE_SIZE(357));
        elm_animation_view_auto_play_set(anim_view, true);
        elm_animation_view_auto_repeat_set(anim_view, true);
        elm_animation_view_file_set(anim_view, json_path, NULL);
@@ -135,7 +135,7 @@ Evas_Object *mp_create_nosearch_result_layout(const Evas_Object * pParent, const
        evas_object_size_hint_align_set(pLayout, EVAS_HINT_FILL, EVAS_HINT_FILL);
 
        Elm_Animation_View *anim_view = elm_animation_view_add(pLayout);
-       evas_object_size_hint_min_set(anim_view, ELM_SCALE_SIZE(450), ELM_SCALE_SIZE(350));
+       evas_object_size_hint_min_set(anim_view, ELM_SCALE_SIZE(540), ELM_SCALE_SIZE(420));
        elm_animation_view_auto_play_set(anim_view, true);
        elm_animation_view_auto_repeat_set(anim_view, true);
        elm_animation_view_file_set(anim_view, json_path, NULL);