DEV Community

Discussion on: Meet the Jetpack Splashscreen API: a definitive guide for splash screens in Android

Collapse
 
tgloureiro profile image
Tiago Loureiro • Edited

Thank you for the feedback Abrar. I never encountered this issue, but I'll try to reproduce it later to help. Check if your theme style parent property is "Theme.SplashScreen" as in this line: style name="Theme.AppSplash" parent="Theme.SplashScreen"

Collapse
 
wiryadev profile image
Abrar Wiryawan

Thanks for the answering, turns out it just needs invalidate cache/restart. Figure it out after try to run your project but the gradle cant even sync. Then i invalidate cache/restart AS and everything works well. Looking forwart to your next android blog

Thread Thread
 
tgloureiro profile image
Tiago Loureiro

Nice, stay tuned!