Added dynamic colors Material 3 theme for Translucent

This commit is contained in:
2022-10-03 03:17:25 +08:00
parent 5438a20275
commit 6a7c098ac3

View File

@@ -25,4 +25,15 @@
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowIsTranslucent">true</item>
</style>
<!-- Translucent Material 3 dynamic colors application theme. -->
<style name="Theme.AppErrorsTracking.Translucent.Material3" parent="Theme.Material3.DynamicColors.DayNight">
<item name="android:background">@android:color/transparent</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowIsTranslucent">true</item>
</style>
</resources>