blob: 983c4977d68d0925363b3c4d37dffd9f95db6950 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@color/app_background_color"/>
<item
android:drawable="@drawable/splash_screen"
android:height="150dp"
android:width="150dp"
android:gravity="center"/>
</layer-list>