diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml
index 1445f239..77444436 100755
--- a/Android/app/src/main/AndroidManifest.xml
+++ b/Android/app/src/main/AndroidManifest.xml
@@ -5,11 +5,6 @@
-
-
@@ -24,14 +19,15 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
- android:theme="@style/AppTheme"
- android:windowSoftInputMode="adjustResize"
+ android:theme="@style/AppTheme.SplashScreen"
tools:ignore="GoogleAppIndexingWarning"
tools:targetApi="q">
+ android:windowSoftInputMode="adjustResize"
+ android:exported="true"
+ tools:ignore="Instantiatable">
diff --git a/Android/app/src/main/res/values/styles.xml b/Android/app/src/main/res/values/styles.xml
index c4928865..a7d2ad42 100755
--- a/Android/app/src/main/res/values/styles.xml
+++ b/Android/app/src/main/res/values/styles.xml
@@ -1,8 +1,8 @@
-