2020-12-21 15:52:03 +01:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="FullscreenTheme" parent="AppTheme">
|
2021-07-16 12:17:31 +02:00
|
|
|
<item name="android:navigationBarColor">@color/colorBlackTransparent</item>
|
2020-12-21 15:52:03 +01:00
|
|
|
<!-- windowIsTranslucent=false due to https://issuetracker.google.com/issues/68454482 see #467 -->
|
|
|
|
<item name="android:windowTranslucentStatus">false</item>
|
|
|
|
</style>
|
2021-07-16 12:17:31 +02:00
|
|
|
|
|
|
|
<style name="TransparentPopUp" parent="AppTheme">
|
|
|
|
<item name="android:windowBackground">@color/colorPrimaryTransparent</item>
|
|
|
|
<!-- windowIsTranslucent=false due to https://issuetracker.google.com/issues/68454482 see #467 -->
|
|
|
|
<item name="android:windowIsTranslucent">false</item>
|
|
|
|
</style>
|
|
|
|
|
2020-12-21 15:52:03 +01:00
|
|
|
</resources>
|