aboutsummaryrefslogtreecommitdiff
path: root/WatercolorGames.Pong/Resources/Values/Styles.xml
blob: 51021340133fa2c22d2731a4857f7c061db192e0 (plain) (blame)
1
2
3
4
5
6
7
<?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>