Revert "Translucent"

This reverts commit 6e11d2e67b.
pull/217/head
M66B 9 months ago
parent e2e6eefd7b
commit 09d95dfe11

@ -129,7 +129,7 @@
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.TranslucentSplash">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

@ -139,7 +139,7 @@
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.TranslucentSplash">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

@ -137,7 +137,7 @@
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.TranslucentSplash">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

@ -137,7 +137,7 @@
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.TranslucentSplash">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

@ -129,7 +129,7 @@
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.TranslucentSplash">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

@ -608,7 +608,6 @@
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowDisablePreview">true</item>
</style>
<style name="Theme.AppCompat.TranslucentSplash" parent="Theme.AppCompat.NoActionBar">

@ -129,7 +129,7 @@
android:restoreAnyVersion="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.TranslucentSplash">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

Loading…
Cancel
Save