Modify to use default popup style 80/35980/1 accepted/tizen/tv/20150227.064856 submit/tizen_tv/20150227.050328
authorKim Tae Soo <taesoo46.kim@samsung.com>
Fri, 27 Feb 2015 05:11:12 +0000 (14:11 +0900)
committerKim Tae Soo <taesoo46.kim@samsung.com>
Fri, 27 Feb 2015 05:11:12 +0000 (14:11 +0900)
Change-Id: Idb3a7902efad462335c978792f6f683bfcd3320d
Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
src/views/PlayListCtxPopup.cpp
src/views/PlaySettingCtxPopup.cpp
src/views/SortCtxPopup.cpp
src/views/SourceCtxPopup.cpp

index b6aad93..3067497 100644 (file)
@@ -42,7 +42,7 @@ void CPlayListCtxPopup::t_OnConfiguration(void)
        t_SetList((const char **)m->settingTexts, m->listSize, 0,
                CCtxPopup::TOPBTN_BASE, (const char **)m->btnIds,
                POSITION_PLAY_LIST_POPUP_X, POSITION_PLAY_LIST_POPUP_Y,
-               MUSIC_STYLE_LIST_POPUP,
+               NULL,
                MUSIC_STYLE_TOPTEXT_BTN, MUSIC_STYLE_MIDDLETEXT_BTN, MUSIC_STYLE_BOTTOMTEXT_BTN);
 }
 
index 8645226..a6e45fe 100644 (file)
@@ -45,7 +45,7 @@ void CPlaySettingCtxPopup::t_OnConfiguration(void)
        t_SetList(settingText, TOTAL_SETTING_BTNS, 0,
                CCtxPopup::TOPBTN_BASE, settingBtnId,
                POSITION_PLAY_SETTING_POPUP_X, POSITION_PLAY_SETTING_POPUP_Y,
-               MUSIC_STYLE_SETTING_POPUP,
+               NULL,
                MUSIC_STYLE_SETTING_BTN_T, MUSIC_STYLE_SETTING_BTN_T, MUSIC_STYLE_SETTING_BTN_B);
 }
 
index ad5aa01..d72cfd3 100644 (file)
@@ -105,7 +105,7 @@ void CSortCtxPopup::t_OnConfiguration(void)
        t_SetList(sortText, arraySize, (int)CInfo::SortType(),
                CCtxPopup::TOPBTN_SORT, sortBtnIds,
                POSITION_SORT_POPUP_X, POSITION_SORT_POPUP_Y,
-               MUSIC_STYLE_HOVER_CTXPOPUP,
+               NULL,
                MUSIC_STYLE_HOVER_ENTRY, MUSIC_STYLE_HOVER_ENTRY, MUSIC_STYLE_HOVER_ENTRY);
 }
 
index 5a29ebd..e6cadaa 100644 (file)
@@ -46,7 +46,7 @@ void CSourceCtxPopup::t_OnConfiguration(void)
        t_SetList(sourceText, size, (int)CInfo::SourceType(),
                CCtxPopup::TOPBTN_SOURCE, srcBtnIds,
                POSITION_SOURCE_POPUP_X, POSITION_SOURCE_POPUP_Y,
-               MUSIC_STYLE_HOVER_CTXPOPUP,
+               NULL,
                MUSIC_STYLE_HOVER_ENTRY, MUSIC_STYLE_HOVER_ENTRY, MUSIC_STYLE_HOVER_ENTRY);
 }