Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Created August 18, 2015 07:54
Show Gist options
  • Save vinaysshenoy/03cb306e264aa24ea830 to your computer and use it in GitHub Desktop.
Save vinaysshenoy/03cb306e264aa24ea830 to your computer and use it in GitHub Desktop.
Create a popup menu with a style
Context wrapper = new ContextThemeWrapper(getContext(), R.style.PopupMenu);
PopupMenu popupMenu = new PopupMenu(wrapper, v);
@jonathanantoine
Copy link

Thanks for this; you saved my day !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment