Skip to content

Instantly share code, notes, and snippets.

@YvesBill
Created August 16, 2013 13:24
Show Gist options
  • Select an option

  • Save YvesBill/6249955 to your computer and use it in GitHub Desktop.

Select an option

Save YvesBill/6249955 to your computer and use it in GitHub Desktop.
// Setta Action Bar
ActionBar actionbar = getActionBar();
// Setta il titolo
actionbar.setTitle("Titolo");
// Setta il sottotitolo
actionbar.setSubtitle("Sottotitolo");
// Setta una icona differente
actionbar.setIcon(R.drawable.la_mia_icona);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment