Answers for "splash screen degin create"

0

splash screen degin create

<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
        <item name="android:windowBackground">@drawable/splash_background</item>
        <item name="android:windowFullscreen">true</item>
</style>

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:drawable="@color/white" />

    <item>
        <bitmap
            android:gravity="center"
            android:src="@drawable/splash_icon_new" />
    </item>

</layer-list>

android:theme="@style/SplashTheme"
Posted by: Guest on April-07-2022
-2

how to create a splash screen

splash
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language