diff options
Diffstat (limited to 'android/app/src/main/res/drawable/ic_launcher_background.xml')
-rw-r--r-- | android/app/src/main/res/drawable/ic_launcher_background.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/app/src/main/res/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..883b2a0 --- /dev/null +++ b/android/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,6 @@ +<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@color/splashscreen_background"/> + <item> + <bitmap android:gravity="center" android:src="@drawable/splashscreen_logo"/> + </item> +</layer-list>
\ No newline at end of file |