|
|
|
|
@ -107,6 +107,10 @@ public class MainMenuPopover extends FragmentPopover implements InterceptTouchLi
|
|
|
|
|
|
|
|
|
|
private void addFixedItems() {
|
|
|
|
|
int themeFlags = isTablet ? ThemeService.FLAG_FORCE_DARK : 0;
|
|
|
|
|
addMenuItem(R.string.TLA_menu_search,
|
|
|
|
|
ThemeService.getDrawable(R.drawable.icn_menu_search, themeFlags),
|
|
|
|
|
MAIN_MENU_ITEM_SEARCH, null, topFixed);
|
|
|
|
|
|
|
|
|
|
addMenuItem(R.string.TLA_menu_lists,
|
|
|
|
|
ThemeService.getDrawable(R.drawable.icn_menu_lists, themeFlags),
|
|
|
|
|
MAIN_MENU_ITEM_LISTS, null, topFixed); // Lists item
|
|
|
|
|
@ -121,9 +125,6 @@ public class MainMenuPopover extends FragmentPopover implements InterceptTouchLi
|
|
|
|
|
ThemeService.getDrawable(R.drawable.icn_featured_lists, themeFlags),
|
|
|
|
|
MAIN_MENU_ITEM_FEATURED_LISTS, null, topFixed);
|
|
|
|
|
|
|
|
|
|
addMenuItem(R.string.TLA_menu_search,
|
|
|
|
|
ThemeService.getDrawable(R.drawable.icn_menu_search, themeFlags),
|
|
|
|
|
MAIN_MENU_ITEM_SEARCH, null, topFixed);
|
|
|
|
|
addMenuItem(R.string.TLA_menu_settings,
|
|
|
|
|
ThemeService.getDrawable(R.drawable.icn_menu_settings, themeFlags),
|
|
|
|
|
MAIN_MENU_ITEM_SETTINGS, null, bottomFixed); // Settings item
|
|
|
|
|
|