AuthenticatorPro icon indicating copy to clipboard operation
AuthenticatorPro copied to clipboard

Implement Material You theming

Open i-am-gizm0 opened this issue 3 years ago • 1 comments

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: GBoard tinted pink from my wallpaper Docs: https://m3.material.io/libraries/mdc-android/color-theming

i-am-gizm0 avatar Dec 05 '21 22:12 i-am-gizm0

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

rodrigoswz avatar Feb 17 '22 02:02 rodrigoswz

This can be done with a 1 line implement

https://developer.android.com/reference/com/google/android/material/color/DynamicColors

Doomsdayrs avatar Oct 10 '22 23:10 Doomsdayrs

This is being worked on. The README has some screenshots of the Material You design.

jamie-mh avatar Apr 29 '23 11:04 jamie-mh