mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
tweak the dialog background colors
This commit is contained in:
@@ -8,4 +8,13 @@
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="DialogTheme" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="colorAccent">@color/color_primary</item>
|
||||
</style>
|
||||
|
||||
<style name="DialogTheme.Dark" parent="Theme.AppCompat.Dialog">
|
||||
<item name="colorAccent">@color/color_primary</item>
|
||||
<item name="android:windowBackground">@color/default_background_color_dark_theme</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
@@ -18,9 +18,12 @@
|
||||
|
||||
<style name="DialogTheme" parent="Theme.AppCompat.Light.Dialog">
|
||||
<item name="colorAccent">@color/color_primary</item>
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="DialogTheme.Dark" parent="Theme.AppCompat.Dialog">
|
||||
<item name="colorAccent">@color/color_primary</item>
|
||||
<item name="android:windowBackground">@android:color/transparent</item>
|
||||
<item name="android:colorBackground">@color/default_background_color_dark_theme</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user