diff options
Diffstat (limited to 'Penguloon/Resources')
| -rw-r--r-- | Penguloon/Resources/Drawable/Icon.png | bin | 24313 -> 4266 bytes | |||
| -rw-r--r-- | Penguloon/Resources/Drawable/Splash.png | bin | 33526 -> 18735 bytes | |||
| -rw-r--r-- | Penguloon/Resources/Values/Styles.xml | 4 |
3 files changed, 3 insertions, 1 deletions
diff --git a/Penguloon/Resources/Drawable/Icon.png b/Penguloon/Resources/Drawable/Icon.png Binary files differindex f6f4f41..1a66b18 100644 --- a/Penguloon/Resources/Drawable/Icon.png +++ b/Penguloon/Resources/Drawable/Icon.png diff --git a/Penguloon/Resources/Drawable/Splash.png b/Penguloon/Resources/Drawable/Splash.png Binary files differindex 2f86107..87b22da 100644 --- a/Penguloon/Resources/Drawable/Splash.png +++ b/Penguloon/Resources/Drawable/Splash.png 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> |
