#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 };
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);
}
}