summaryrefslogtreecommitdiff
path: root/Penguloon/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/Resources')
-rw-r--r--Penguloon/Resources/Drawable/Icon.pngbin24313 -> 4266 bytes
-rw-r--r--Penguloon/Resources/Drawable/Splash.pngbin33526 -> 18735 bytes
-rw-r--r--Penguloon/Resources/Values/Styles.xml4
3 files changed, 3 insertions, 1 deletions
diff --git a/Penguloon/Resources/Drawable/Icon.png b/Penguloon/Resources/Drawable/Icon.png
index f6f4f41..1a66b18 100644
--- a/Penguloon/Resources/Drawable/Icon.png
+++ b/Penguloon/Resources/Drawable/Icon.png
Binary files differ
diff --git a/Penguloon/Resources/Drawable/Splash.png b/Penguloon/Resources/Drawable/Splash.png
index 2f86107..87b22da 100644
--- a/Penguloon/Resources/Drawable/Splash.png
+++ b/Penguloon/Resources/Drawable/Splash.png
Binary files differ
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>