mirror of https://github.com/KDE/kasts.git
12 lines
412 B
XML
12 lines
412 B
XML
<?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"
|
|
android:src="@drawable/kasts"/>
|
|
</item>
|
|
</layer-list>
|
|
|