2020-04-22 20:15:15 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:width="128dp" android:height="128dp" android:gravity="center">
|
|
|
|
<bitmap
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:scaleType="fitXY"
|
2021-05-05 16:30:53 +02:00
|
|
|
android:src="@drawable/kasts"/>
|
2020-04-22 20:15:15 +02:00
|
|
|
</item>
|
|
|
|
</layer-list>
|
|
|
|
|