Skip to content

Instantly share code, notes, and snippets.

@jacek-marchwicki
Created April 9, 2013 08:58
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 jacek-marchwicki/5344188 to your computer and use it in GitHub Desktop.
Save jacek-marchwicki/5344188 to your computer and use it in GitHub Desktop.
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case android.R.id.home:
return false;
case R.id.menu_refresh:
item.setActionView(R.layout.indeterminate_progress_action);
return true;
case R.id.menu_both:
rotateLeftFrag();
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment