forked from Louvorg/ReaderForSelfoss-multiplatform
Source code from old project. Still not using shared code.
This commit is contained in:
13
androidApp/src/main/res/drawable/background_splash.xml
Normal file
13
androidApp/src/main/res/drawable/background_splash.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:drawable="@color/ic_launcher_background"/>
|
||||
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/ic_launcher_foreground"/>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
Reference in New Issue
Block a user