mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
7 lines
224 B
XML
7 lines
224 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>
|
|
</layer-list>
|