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>
|