Merge "Revert "Revert "Update dialog background color for dark theme""" into qt-dev
This commit is contained in:
@@ -144,4 +144,7 @@
|
||||
<!-- Search bar background color -->
|
||||
<color name="search_bar_background">@android:color/white</color>
|
||||
|
||||
<!-- Dialog background color -->
|
||||
<color name="dialog_background">@*android:color/background_device_default_light</color>
|
||||
|
||||
</resources>
|
||||
@@ -121,6 +121,7 @@
|
||||
|
||||
<style name="Theme.AlertDialog.Base" parent="@style/Theme.AppCompat.DayNight.Dialog.Alert">
|
||||
<item name="colorAccent">@*android:color/accent_device_default_light</item>
|
||||
<item name="android:colorBackground">@color/dialog_background</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog" parent="Theme.AlertDialog.Base">
|
||||
|
||||
Reference in New Issue
Block a user