forked from github/szkolny
14 lines
355 B
XML
14 lines
355 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<item
|
||
|
android:drawable="@color/windowBackgroundDark"/>
|
||
|
|
||
|
<item
|
||
|
android:drawable="@drawable/ic_rip"
|
||
|
android:gravity="center"
|
||
|
android:width="128dp"
|
||
|
android:height="128dp">
|
||
|
</item>
|
||
|
|
||
|
</layer-list>
|