android fragments - How do I hide tabs or TabsAdapter using ActionBarSherlock -
how hide tabs dynamically? i'm using actionbarshelock make swipe tabs , searchview. when show search results in listview want hide whole row of tabs. know if possible?
if want hide tabs, can call:
getsupportactionbar().setnavigationmode(actionbar.navigation_mode_standard);
when you're done can go tabs mode:
getsupportactionbar().setnavigationmode(actionbar.navigation_mode_tabs);
Comments
Post a Comment