From 71a0574141c63162533ba08fab5223957479425a Mon Sep 17 00:00:00 2001 From: jackqdyulei Date: Wed, 22 Mar 2017 13:33:51 -0700 Subject: [PATCH] Change dialog theme for dialog activity. Before this cl, all dialog activities use theme Theme.DeviceDefault.Light.Dialog.NoActionBar. In this cl we change it to Theme.DeviceDefault.Settings.Dialog.NoActionBar Bug: 36099867 Bug: 36295409 Test: Screenshot Change-Id: I2328aad1dce636f2314538d548a49f7a6401eae5 --- AndroidManifest.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 791be09a5d2..3091928c08d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -692,7 +692,7 @@ @@ -1184,7 +1184,7 @@ @@ -1961,7 +1961,7 @@ + android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> @@ -1993,14 +1993,14 @@ android:excludeFromRecents="true" android:exported="true" android:permission="android.permission.MANAGE_USB" - android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"> + android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> + android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> @@ -2721,7 +2721,7 @@ @@ -2750,7 +2750,7 @@