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

<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
            android:opacity="opaque">
    <!-- The background color, preferably the same as your normal theme -->
    <item android:drawable="@color/splashBackground"/>
    <!-- Your product logo - 288px x 288px color version of your app icon -->
    <item android:bottom="@dimen/splash_logo">
        <bitmap
            android:gravity="center"
            android:src="@drawable/splash_logo"/>
    </item>
</layer-list>