AuthenticatorPro
AuthenticatorPro copied to clipboard
Implement Material You theming
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Eg. I'm always frustrated when [...] N/A
Describe the solution you'd like A clear and concise description of what you want to happen. It'd be nice for this app to automatically select accent colors from Material You, if the device supports it. Maybe the colors could even still be overridden from the settings menu.
Additional context
Add any other context or screenshots about the feature request here.
In Android 12, Google announced Material You, which selects colors from the device's wallpaper and themes the whole device using those colors.
Example:
Docs: https://m3.material.io/libraries/mdc-android/color-theming
Official material components does not yet have complete Material You things, such as switches and other elements.
But for that, I recommend MonetCompat: https://github.com/KieronQuinn/MonetCompat
This can be done with a 1 line implement
https://developer.android.com/reference/com/google/android/material/color/DynamicColors
This is being worked on. The README has some screenshots of the Material You design.