Skip to content

Instantly share code, notes, and snippets.

@artzmb
Created July 22, 2015 14:41
Show Gist options
  • Save artzmb/aa6c57a33606a7e8aa88 to your computer and use it in GitHub Desktop.
Save artzmb/aa6c57a33606a7e8aa88 to your computer and use it in GitHub Desktop.
Change style of a popup menu that pops up by hardware menu button
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
...
<item name="actionBarPopupTheme">@style/ThemeOverlay.AppCompat.Light</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment