mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-14 13:21:13 -08: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="#d2eecc"/>
|
|
</shape>
|
|
</item>
|
|
<item>
|
|
<bitmap android:src="@drawable/logo" android:gravity="center"/>
|
|
</item>
|
|
</layer-list>
|