1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-21 23:32:51 +00:00

Translucent

This commit is contained in:
M66B 2024-12-21 10:37:49 +01:00
parent c231f5a29d
commit 6e11d2e67b
7 changed files with 7 additions and 6 deletions

View file

@ -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">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

View file

@ -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">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

View file

@ -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">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

View file

@ -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">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

View file

@ -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">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->

View file

@ -608,6 +608,7 @@
<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">

View file

@ -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">
<!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
<!-- https://firebase.google.com/docs/analytics/configure-data-collection?platform=android -->