mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-09 01:37:15 +01:00
13 lines
339 B
XML
13 lines
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:drawable="?attr/colorBackgroundSplash" />
|
|
|
|
<item
|
|
android:width="72dp"
|
|
android:height="72dp"
|
|
android:drawable="@drawable/ic_tachi"
|
|
android:gravity="center" />
|
|
|
|
</layer-list>
|