aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/splash_screen.xml
blob: 4e1c0048ff4aaf47c4ae2e190f20f8977574d122 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@color/frost_splash_background" />
    <item android:bottom="@dimen/splash_logo">
        <bitmap
            android:gravity="center"
            android:src="@drawable/splash_logo" />
    </item>
</layer-list>