diff --git a/SteUp.Maui/Platforms/Android/MainActivity.cs b/SteUp.Maui/Platforms/Android/MainActivity.cs
index f406f0d..3b0b201 100644
--- a/SteUp.Maui/Platforms/Android/MainActivity.cs
+++ b/SteUp.Maui/Platforms/Android/MainActivity.cs
@@ -9,7 +9,7 @@ using SteUp.Shared.Core.Messages.System;
namespace SteUp.Maui
{
[Activity(
- Theme = "@style/Maui.SplashTheme",
+ Theme = "@style/SteUp.SplashTheme",
MainLauncher = true,
WindowSoftInputMode = SoftInput.AdjustResize | SoftInput.StateHidden,
ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode |
diff --git a/SteUp.Maui/Platforms/Android/Resources/values-v27/themes.xml b/SteUp.Maui/Platforms/Android/Resources/values-v27/themes.xml
new file mode 100644
index 0000000..888974d
--- /dev/null
+++ b/SteUp.Maui/Platforms/Android/Resources/values-v27/themes.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
diff --git a/SteUp.Maui/Platforms/Android/Resources/values/themes.xml b/SteUp.Maui/Platforms/Android/Resources/values/themes.xml
new file mode 100644
index 0000000..9fef8cc
--- /dev/null
+++ b/SteUp.Maui/Platforms/Android/Resources/values/themes.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
diff --git a/SteUp.Maui/SteUp.Maui.csproj b/SteUp.Maui/SteUp.Maui.csproj
index 7fb525a..7d737ac 100644
--- a/SteUp.Maui/SteUp.Maui.csproj
+++ b/SteUp.Maui/SteUp.Maui.csproj
@@ -98,7 +98,9 @@
-
+
+