Merge "Fix brightness dialog background to be light" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-10 16:09:00 +00:00
committed by Android (Google) Code Review

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"