Files
MonoGame.Extended/Source/Demos/Features.Android/Resources/Values/Styles.xml
T

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>