1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-07-04 01:36:28 +02:00
MLEM/AndroidTests/Resources/Values/Styles.xml
2019-08-31 22:35:41 +02:00

8 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>