Fix brightness dialog background to be light

Test: visual
Change-Id: I158af3aa79de39d463ac0b26ef7d73b0430df927
Fixes: 37763715
This commit is contained in:
Jason Monk
2017-05-10 10:04:20 -04:00
parent f37b271894
commit 4b29f3756e

View File

@@ -528,7 +528,7 @@
<activity
android:name=".settings.BrightnessDialog"
android:label="@string/quick_settings_brightness_dialog_title"
android:theme="@android:style/Theme.DeviceDefault.Dialog"
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog"
android:finishOnCloseSystemDialogs="true"
android:launchMode="singleInstance"
android:excludeFromRecents="true"