summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/splash_page.xml
blob: 44112f065cc04d2524e8ab6b3ff82befb31119fb (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/mask"
      android:gravity="center" />
 </item>

</layer-list>