diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 128a6eb85..8fb1424bf 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,7 +32,7 @@ android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/StartupTheme" + android:theme="@style/BaseTheme" tools:targetApi="tiramisu"> @@ -143,6 +144,7 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -161,6 +163,7 @@ android:roundIcon="@mipmap/ic_gradient_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -180,6 +183,7 @@ android:roundIcon="@mipmap/ic_launcher_light_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -199,6 +203,7 @@ android:roundIcon="@mipmap/ic_fire_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -218,6 +223,7 @@ android:roundIcon="@mipmap/ic_flame_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -237,6 +243,7 @@ android:roundIcon="@mipmap/ic_shaped_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -254,6 +261,7 @@ android:roundIcon="@mipmap/ic_torch_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -273,6 +281,7 @@ android:roundIcon="@mipmap/ic_legacy_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> @@ -292,6 +301,7 @@ android:roundIcon="@mipmap/ic_bird_round" android:supportsPictureInPicture="true" android:targetActivity=".ui.activities.MainActivity" + android:theme="@style/SplashScreenTheme" android:windowSoftInputMode="adjustPan"> diff --git a/app/src/main/res/values-night-v31/themes.xml b/app/src/main/res/values-night-v31/themes.xml index 6f192da8e..9bd3aa5e3 100644 --- a/app/src/main/res/values-night-v31/themes.xml +++ b/app/src/main/res/values-night-v31/themes.xml @@ -1,7 +1,9 @@ - diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml index 6f192da8e..f6ade0630 100644 --- a/app/src/main/res/values-v31/themes.xml +++ b/app/src/main/res/values-v31/themes.xml @@ -1,7 +1,9 @@ - diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index f0855773d..a2a654a4b 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -15,7 +15,7 @@ -