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

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -