Resolves jira TIZENIOT-1948 position of ctxpopup 71/245571/2
authorJagrat Patidar <j1.patidar@samsung.com>
Mon, 12 Oct 2020 10:49:57 +0000 (16:19 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Tue, 13 Oct 2020 06:11:54 +0000 (06:11 +0000)
Change-Id: Iedc6bba413c4c44c08363d3894c8a89c75501ff9

src/view/mp-all-view.c

index 55d83bc84ba1c9ebc86e77a0659b0f09d8b02bd6..85c0ba4116821d241a59963e3e950382bdc29219 100755 (executable)
@@ -39,6 +39,8 @@ static void _mp_all_view_content_load(void *thiz, MpTab_e tab);
 #define BOX_H 40
 #define SEARCH_ICON_W 64
 #define SEARCH_ICON_H 40
+#define CTX_SX 1280
+#define CTX_SY 120
 static char *tab_str[TAB_COUNT] = { STR_MP_PLAYLISTS, STR_MP_TRACKS, STR_MP_ALBUMS, STR_MP_ARTISTS };
 static int tab_index[TAB_COUNT] = { 0 };
 static int tab_index_exist[TAB_COUNT] = { 0 };
@@ -138,7 +140,7 @@ void _mp_all_view_normal_more_btn_cb(void *data, Evas_Object * obj,
                                        MP_PLAYER_MORE_BTN_CREATE_PLAYLIST_IMAGE,
                                        _mp_all_view_playlist_list_create_playlist_cb,
                                        view);
-                       mp_util_more_btn_move_ctxpopup(view->more_btn_ctxpopup, obj);
+                       evas_object_move(view->more_btn_ctxpopup, CTX_SX, CTX_SY);
                        evas_object_show(view->more_btn_ctxpopup);
                }
        }