2020-01-09 04:32:27 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
2021-05-30 22:15:20 +07:00
|
|
|
<item
|
|
|
|
android:width="72dp"
|
|
|
|
android:height="72dp"
|
|
|
|
android:drawable="@drawable/ic_tachi"
|
|
|
|
android:gravity="center" />
|
2020-01-09 04:32:27 +01:00
|
|
|
</layer-list>
|