Skip to content

Instantly share code, notes, and snippets.

@davidllorca
Created August 18, 2015 16:32
Show Gist options
  • Save davidllorca/77db51cb05fe980a7440 to your computer and use it in GitHub Desktop.
Save davidllorca/77db51cb05fe980a7440 to your computer and use it in GitHub Desktop.
Show/Hide ActionBar in Android programmatically.
ActionBar actionbar = getActionBar();
actionBar.hide();
actionBar.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment