Update dialog background color for dark theme
Fixes: 129993336 Test: visual Change-Id: Ie04be80e9b2987a8f7af1c7ecd1628474486bcd0
This commit is contained in:
@@ -24,5 +24,7 @@
|
||||
<color name="homepage_card_dismissal_background">@*android:color/material_grey_900</color>
|
||||
<color name="contextual_card_background">@*android:color/material_grey_900</color>
|
||||
<color name="search_bar_background">@*android:color/material_grey_800</color>
|
||||
<!-- Dialog background color -->
|
||||
<color name="dialog_background">@*android:color/material_grey_800</color>
|
||||
</resources>
|
||||
|
||||
|
@@ -33,6 +33,7 @@
|
||||
|
||||
<style name="Theme.AlertDialog.Base" parent="@style/Theme.AppCompat.DayNight.Dialog.Alert">
|
||||
<item name="colorAccent">@*android:color/accent_device_default_dark</item>
|
||||
<item name="android:background">@color/dialog_background</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
@@ -143,4 +143,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>
|
@@ -117,6 +117,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:background">@color/dialog_background</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog" parent="Theme.AlertDialog.Base">
|
||||
|
Reference in New Issue
Block a user