mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-14 00:50:27 -06:00
16 lines
396 B
XML
16 lines
396 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape>
|
|
<solid android:color="#FFF" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item
|
|
android:width="250dp"
|
|
android:height="250dp"
|
|
android:drawable="@drawable/img_splash_512px"
|
|
android:gravity="center">
|
|
</item>
|
|
</layer-list>
|