shiftos-pong/WatercolorGames.Pong/Resources/Values/Styles.xml

8 lines
248 B
XML
Raw Permalink Normal View History

2018-03-12 15:52:38 +00:00
<?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>