background_splash.xml 353 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- 배경 -->
    <item
        android:drawable="@color/splashfilling"/>
    <!-- 로고 -->
    <item>
        <bitmap
            android:gravity="bottom"
            android:src="@drawable/final_splash" />
    </item>
</layer-list>