Merge "Revert "Revert "Update dialog background color for dark theme""" into qt-dev am: ef0f8a4dab

am: 388cca892a

Change-Id: I81afb0ca38b57e72fa1f7690ef654b3d69dc790f
This commit is contained in:
Mill Chen
2019-05-22 07:24:48 -07:00
committed by android-build-merger
5 changed files with 9 additions and 1 deletions

View File

@@ -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>

View File

@@ -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">