shiftos-pong/WatercolorGames.Pong/Resources/Values/Styles.xml
2018-03-12 12:02:33 -04:00

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>