mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-15 12:16:31 +00:00
13 lines
No EOL
308 B
XML
13 lines
No EOL
308 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:drawable="@color/brand_100"/>
|
|
|
|
<item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@drawable/login_logo"/>
|
|
</item>
|
|
|
|
</layer-list> |