How do I create a custom splash screen? The docs (...
# android
n
How do I create a custom splash screen? The docs (here: https://developer.android.com/guide/topics/ui/splash-screen) read as if any splash screen can be converted to the new splash screen API, however they seem to only support a very specific type of splash screen, that is a solid color with a square/circle animated icon in the middle. I tried implementing this with a non-circle icon, and it got squished and warped into a circle shape. But then in another section (here: https://developer.android.com/guide/topics/ui/splash-screen/migrate) they have examples of splash screens that aren't like this (specifically the layout skeleton that they show at the very bottom of this link). Are those non-circle icon splash screens achievable with the android 12 splash screen API?
😶 7