diff --git a/app/src/amazon/AndroidManifest.xml b/app/src/amazon/AndroidManifest.xml index 2a49032a0d..d911da699b 100644 --- a/app/src/amazon/AndroidManifest.xml +++ b/app/src/amazon/AndroidManifest.xml @@ -129,7 +129,7 @@ android:restoreAnyVersion="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.TranslucentSplash"> + android:theme="@style/Theme.AppCompat.Translucent"> diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index 68da55a0d6..ed63ba390f 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -139,7 +139,7 @@ android:restoreAnyVersion="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.TranslucentSplash"> + android:theme="@style/Theme.AppCompat.Translucent"> diff --git a/app/src/fdroid/AndroidManifest.xml b/app/src/fdroid/AndroidManifest.xml index ae6c653775..a95f162156 100644 --- a/app/src/fdroid/AndroidManifest.xml +++ b/app/src/fdroid/AndroidManifest.xml @@ -137,7 +137,7 @@ android:restoreAnyVersion="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.TranslucentSplash"> + android:theme="@style/Theme.AppCompat.Translucent"> diff --git a/app/src/github/AndroidManifest.xml b/app/src/github/AndroidManifest.xml index 4e43b9d492..a4303a7717 100644 --- a/app/src/github/AndroidManifest.xml +++ b/app/src/github/AndroidManifest.xml @@ -137,7 +137,7 @@ android:restoreAnyVersion="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.TranslucentSplash"> + android:theme="@style/Theme.AppCompat.Translucent"> diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ad6526db5a..e248fbd9b3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -129,7 +129,7 @@ android:restoreAnyVersion="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/Theme.AppCompat.TranslucentSplash"> + android:theme="@style/Theme.AppCompat.Translucent"> diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index b9cc8e7ea8..e26db135ba 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -608,6 +608,7 @@ false @null @null + true