2022-02-18 18:44:57 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
2022-02-22 22:10:18 +08:00
|
|
|
<item>
|
|
|
|
|
<bitmap android:gravity="fill" android:src="@drawable/background"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layer-list>
|