do not change the window background color in styles

This commit is contained in:
tibbi 2017-01-04 16:32:17 +01:00
parent b32298e305
commit c58a75fd0e
1 changed files with 0 additions and 2 deletions

View File

@ -19,12 +19,10 @@
</style>
<style name="DialogTheme" parent="Theme.AppCompat.Light.Dialog">
<item name="android:windowBackground">@android:color/white</item>
<item name="colorAccent">@color/color_primary</item>
</style>
<style name="DialogTheme.Dark" parent="Theme.AppCompat.Dialog">
<item name="android:windowBackground">@color/dark_theme_dialog_background</item>
<item name="colorAccent">@color/color_primary</item>
</style>
</resources>