16 lines
623 B
XML
Raw Normal View History

2020-12-21 15:52:03 +01:00
<resources>
<style name="FullscreenTheme" parent="AppTheme">
<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>
<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>