[ x] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
[ ] All existing tests are passing
[ ] Tests for the changes are included
What is the current behavior?
It's impossible to apply android styles to popup.
There was a request (#1) to implement mechanism to change default look.
Although such an implementation is impossible or really challenging due to popups' nature, Android provides means to style them. Here's a simple example:
PR Checklist
What is the current behavior?
It's impossible to apply android styles to popup. There was a request (#1) to implement mechanism to change default look. Although such an implementation is impossible or really challenging due to popups' nature, Android provides means to style them. Here's a simple example:
res/values/styles.xml
An Activity(instead of Application) class should be passed to PopupMenu constructor in order to apply this style.
What is the new behavior?
Popup styles take effect.
Fixes/Implements/Closes #1 .