summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/splash_page.xml
blob: 1740da586f1fefa059cd96d0a65284f972f7188d (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">

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

 <item>
  <bitmap
      android:src="@drawable/logo"
      android:gravity="center" />
 </item>

</layer-list>