Hi, anybody has the knowledge about material 3 and...
# android
m
Hi, anybody has the knowledge about material 3 and theming in apps for Android version 12 or above? How can i assire the brand colors of the theme can be shown when applying dynamic color scheme ??
not kotlin but kotlin colored 6
h
Use a theme like that - "Theme.Material3.DynamicColors.DayNight"
m
I did that, my question is about handling the scenario for toggling light/dark theme and dynamic colors using kotlin and jetpack compose ... (For those that reacted with 'not-kotlin'... The channel says Android... )