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

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