I have to problems:
• When the user taps on the three dots (the overflow menu), I don't want the app to display a menu. Instead I want it to do an action instantly.
• The action should be a change to the AppTheme. So when the user taps on the overflow menu, the app theme changes to dark, if the user taps it again to light, etc.
Since it's not a good way or as @David Medenjak said, it might be a different design or bad design (something like out of the rules).
By the way, you can use this for handling that
OverflowMenu
:And then use the following answer:
https://stackoverflow.com/a/18301723/4409113
Finally, use the following link for checking what the current theme is and at the end, set your theme.
Hope that helps.