Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created January 5, 2015 23:25
Show Gist options
  • Save johnybot/0f48dda0266b029154d8 to your computer and use it in GitHub Desktop.
Save johnybot/0f48dda0266b029154d8 to your computer and use it in GitHub Desktop.
getSupportActionBar()
if (getActivity() instanceof ActionBarActivity) {
ActionBar actionBar = ((ActionBarActivity) getActivity()).getSupportActionBar();
if (actionBar != null) {
// Do something with the ActionBar
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment