From 2185c2d45506c8b0d4e95000b82bc50859c663b7 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Wed, 17 Jan 2018 20:32:46 +0100 Subject: nice icon and splash & hide status bar on splash --- Penguloon/Activity.cs | 3 +++ Penguloon/Controls/IngameOptions.cs | 2 +- Penguloon/Resources/Drawable/Icon.png | Bin 24313 -> 4266 bytes Penguloon/Resources/Drawable/Splash.png | Bin 33526 -> 18735 bytes Penguloon/Resources/Values/Styles.xml | 4 +++- 5 files changed, 7 insertions(+), 2 deletions(-) (limited to 'Penguloon') diff --git a/Penguloon/Activity.cs b/Penguloon/Activity.cs index 156a1b5..bdc9f11 100644 --- a/Penguloon/Activity.cs +++ b/Penguloon/Activity.cs @@ -19,6 +19,9 @@ namespace Penguloon { base.OnCreate(bundle); var g = new Main(Resources, this); + Window.AddFlags(WindowManagerFlags.Fullscreen); + + SetContentView((View)g.Services.GetService(typeof(View))); g.Run(); } diff --git a/Penguloon/Controls/IngameOptions.cs b/Penguloon/Controls/IngameOptions.cs index 137094c..f59379d 100644 --- a/Penguloon/Controls/IngameOptions.cs +++ b/Penguloon/Controls/IngameOptions.cs @@ -101,8 +101,8 @@ namespace Penguloon.Controls BtnContinue.Draw(deltaTime); BtnQuit.Draw(deltaTime); - QuitConfirmationBox.Draw(deltaTime); BtnMute.Draw(deltaTime); + QuitConfirmationBox.Draw(deltaTime); } public override void Update(float deltaTime, TouchLocation[] touchLocations) diff --git a/Penguloon/Resources/Drawable/Icon.png b/Penguloon/Resources/Drawable/Icon.png index f6f4f41..1a66b18 100644 Binary files a/Penguloon/Resources/Drawable/Icon.png and b/Penguloon/Resources/Drawable/Icon.png differ diff --git a/Penguloon/Resources/Drawable/Splash.png b/Penguloon/Resources/Drawable/Splash.png index 2f86107..87b22da 100644 Binary files a/Penguloon/Resources/Drawable/Splash.png and b/Penguloon/Resources/Drawable/Splash.png 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 @@  - -- cgit v1.2.3-70-g09d2