Skip to content Skip to sidebar Skip to footer

Android Splash Screen: How To Make It Centered?

I use a theme-based solution as it described here, for example, to show a splash screen in my application. Here is my background_launch.xml: Copy

in your background_launch.xml instead of trying to reference a state list in android:src for <bitmap\>

A state list is not a bitmap -- that's what the error's telling you.

Solution 2:

Check if you have changed android:src="@drawable/launch_image" to android:src="@drawable/layerlist".

Post a Comment for "Android Splash Screen: How To Make It Centered?"