-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android ContextMenu Change Colors #108
Comments
+1 |
on iOS the context menu follows the system theme automatically. Is there a way to do the same on Android? |
+1 this is really needed |
I'm going to check when I have some spare time mate, if I get something I'll let you know or I'm going to open a PR to fix 👍 |
Any news with this? Or a temporary solution? |
You can disable dark theme in you app permanantly by change styles.xml Change line <style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> to <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> |
Is there any way to change the background and the text color of the ContextMenu on Android? In IOS it is automatically changed when switching to light/dark mode.
The text was updated successfully, but these errors were encountered: