mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 23:26:31 -04:00
527aa61a87
* rebasing * added launch background image to repository --------- Co-authored-by: Marty Fuhry <marty@fuhry.farm>
10 lines
321 B
XML
10 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>
|