From 7e1574327581f679cc5fd3ea4c04b92e19c60e36 Mon Sep 17 00:00:00 2001 From: Andrew Sapperstein Date: Fri, 15 Jul 2016 16:46:38 -0700 Subject: [PATCH] Fix a bunch of straggler themes. They were all stock material themes and are now all using their DeviceDefault equivalents. Change-Id: I0013847499c592c801101638168edd7ebf0d721a Fixes: 30140567 --- AndroidManifest.xml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cd988b0908..b09826d60d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -209,7 +209,7 @@ @@ -379,7 +379,7 @@ android:exported="true" android:permission="android.permission.CONNECTIVITY_INTERNAL" android:taskAffinity="" - android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -560,7 +560,7 @@ @@ -729,7 +729,7 @@ @@ -988,7 +988,7 @@ @@ -1093,7 +1093,7 @@ + android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -1211,7 +1211,7 @@ @@ -1973,7 +1973,7 @@ + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> + android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -2044,14 +2044,14 @@ android:excludeFromRecents="true" android:exported="true" android:permission="android.permission.MANAGE_USB" - android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"> + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"> + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"> @@ -2062,7 +2062,7 @@ android:label="@string/bluetooth_pairing_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> + android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -2085,7 +2085,7 @@ android:label="@string/bluetooth_connection_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH_ADMIN" - android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -2095,7 +2095,7 @@ @@ -2158,7 +2158,7 @@ @@ -2186,7 +2186,7 @@ @@ -2195,7 +2195,7 @@ @@ -2265,7 +2265,7 @@ @@ -2483,7 +2483,7 @@ + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -2501,7 +2501,7 @@ + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -2511,7 +2511,7 @@ + android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> @@ -2764,7 +2764,7 @@ @@ -2782,7 +2782,7 @@ @@ -2908,7 +2908,7 @@ + android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> -- 2.11.0