mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 13:40:20 +00:00
13 lines
380 B
XML
13 lines
380 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item>
|
||
|
<shape android:shape="rectangle" >
|
||
|
<solid android:color="#000000FF"/>
|
||
|
</shape>
|
||
|
</item>
|
||
|
<item>
|
||
|
<bitmap android:src="@drawable/subsurface_mobile_splash"
|
||
|
android:gravity="center" />
|
||
|
</item>
|
||
|
</layer-list>
|