mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 12:20:51 +01:00
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…
x
Reference in New Issue
Block a user