summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/splash_page.xml
blob: aafac0dbdfdcc8a3b6cf9f5ce76e2ac522ea452e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">

 <item android:drawable="@drawable/ic_splash_background"
     android:gravity="fill_horizontal|fill_vertical"/>


 <item
     android:drawable="@drawable/splash_icon"
     android:gravity="center" />

</layer-list>