diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-17 20:32:46 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-17 20:32:46 +0100 |
| commit | 2185c2d45506c8b0d4e95000b82bc50859c663b7 (patch) | |
| tree | 03038b56ad304fca5c6ca75f838b089f7ba03999 /Penguloon/Resources/Values/Styles.xml | |
| parent | af0ba50d00722e1b7330d1f9b1d23bd3b07a5567 (diff) | |
nice icon and splash & hide status bar on splash
Diffstat (limited to 'Penguloon/Resources/Values/Styles.xml')
| -rw-r--r-- | Penguloon/Resources/Values/Styles.xml | 4 |
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> |
