summaryrefslogtreecommitdiff
path: root/Penguloon/Resources/Values
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Resources/Values')
-rw-r--r--Penguloon/Resources/Values/Styles.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Penguloon/Resources/Values/Styles.xml b/Penguloon/Resources/Values/Styles.xml
index 5102134..158af9f 100644
--- a/Penguloon/Resources/Values/Styles.xml
+++ b/Penguloon/Resources/Values/Styles.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="Theme.Splash" parent="android:Theme">
+ <style name="Theme.Splash" parent="@android:style/Theme.Holo.Light">
<item name="android:windowBackground">@drawable/splash</item>
<item name="android:windowNoTitle">true</item>
+ <item name="android:windowActionBar">false</item>
+ <item name="android:windowFullscreen">true</item>
</style>
</resources>