mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
Translucent
This commit is contained in:
parent
c231f5a29d
commit
6e11d2e67b
7 changed files with 7 additions and 6 deletions
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue