mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 13:40:20 +00:00
7 lines
237 B
XML
7 lines
237 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
|
||
|
<item name="android:windowBackground">@drawable/splash</item>
|
||
|
</style>
|
||
|
</resources>
|