do not change the window background color in styles
This commit is contained in:
parent
b32298e305
commit
c58a75fd0e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue