- Use login background image in garage, collections, and profile headers - Show app logo in About screen and add support mail action - Configure native splash image assets in pubspec - Regenerate flutter_native_splash and launcher icons for Android/iOS/Web
9 lines
321 B
XML
9 lines
321 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<bitmap android:gravity="fill" android:src="@drawable/background"/>
|
|
</item>
|
|
<item>
|
|
<bitmap android:gravity="center" android:src="@drawable/splash"/>
|
|
</item>
|
|
</layer-list>
|