14 lines
401 B
XML
14 lines
401 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:clickable="true">
|
|
<item
|
|
android:width="256dp"
|
|
android:height="256dp"
|
|
android:left="0dp"
|
|
android:top="0dp"
|
|
android:right="0dp"
|
|
android:bottom="0dp"
|
|
android:drawable="@drawable/winboll_logo">
|
|
</item>
|
|
</layer-list>
|