Skip to content

Instantly share code, notes, and snippets.

@z4none
Created April 18, 2016 13:21
Show Gist options
  • Select an option

  • Save z4none/b0534ec5598dae66bfede2823aba338c to your computer and use it in GitHub Desktop.

Select an option

Save z4none/b0534ec5598dae66bfede2823aba338c to your computer and use it in GitHub Desktop.
create option menu
@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.action_menu, menu);
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment