mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
7 lines
248 B
XML
7 lines
248 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.Splash" parent="android:Theme">
|
|
<item name="android:windowBackground">@drawable/splash</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
</style>
|
|
</resources>
|