File: splash.xml

package info (click to toggle)
kasts 25.08.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,744 kB
  • sloc: cpp: 13,605; xml: 1,064; makefile: 7; sh: 1
file content (11 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?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>