summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jason Monk <jmonk@google.com> 2017-05-10 10:04:20 -0400
committer Jason Monk <jmonk@google.com> 2017-05-10 10:05:02 -0400
commit4b29f3756eee025861461b67544ffed7e3a00a00 (patch)
tree0a74d540eb4bd139cb00e6608eec7348216d3241
parentf37b271894042bca40c8b3e17ef7147a9f1a347c (diff)
Fix brightness dialog background to be light
Test: visual Change-Id: I158af3aa79de39d463ac0b26ef7d73b0430df927 Fixes: 37763715
-rw-r--r--packages/SystemUI/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 490bee48aac6..290ce1f1d574 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -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"