mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
11 lines
347 B
XML
11 lines
347 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#ffffff"/>
|
|
</shape>
|
|
</item>
|
|
<item>
|
|
<bitmap android:src="@drawable/logo" android:gravity="center"/>
|
|
</item>
|
|
</layer-list>
|