Skip to content

Instantly share code, notes, and snippets.

@abelorian
Created September 14, 2014 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abelorian/be53334b1a2b57c2e7ae to your computer and use it in GitHub Desktop.
Save abelorian/be53334b1a2b57c2e7ae to your computer and use it in GitHub Desktop.
Android: Ocultar ActionBar y mantener Tabs visibles
// Specify that we will be displaying tabs in the action bar.
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);
actionBar.setDisplayShowHomeEnabled(false);
actionBar.setDisplayShowTitleEnabled(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment