summaryrefslogtreecommitdiff
path: root/app/src/normal/res/drawable-anydpi-v24/splash_icon.xml
blob: f882d322235b010e0823054e1da2fd58ad50d712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/rotate_progress_image"
        android:height="198dp"
        android:width="198dp"
        android:gravity="fill"/>
    <item
        android:gravity="center"
        android:height="52.75dp"
        android:width="80dp"
        >
        <bitmap android:src="@drawable/logo"/>
    </item>
</layer-list>