android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.34k stars 1.63k forks source link

Splash Screen with DynamicColor issue #363

Open imandaliya opened 1 year ago

imandaliya commented 1 year ago

Main theme : Theme.Material3.DayNight.NoActionBar Splash theme : Theme.SplashScreen

Dynamic color not set on post theme while using DynamicColors.applyToActivitiesIfAvailable(this) in Application Class

Testing Emulator : Resizable Emulator, API Version 33