diff options
| author | 2017-05-10 16:09:00 +0000 | |
|---|---|---|
| committer | 2017-05-10 16:09:06 +0000 | |
| commit | 175f53b2d6e62be67338e2183fd7af503d5e8965 (patch) | |
| tree | 7f82afd1b81243e87b6408c813c4261686bfd464 | |
| parent | ed285e0cd6c855f0450012249371c33c67d95f6f (diff) | |
| parent | 4b29f3756eee025861461b67544ffed7e3a00a00 (diff) | |
Merge "Fix brightness dialog background to be light" into oc-dev
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 2 |
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" |