From 2df30b2f079aece6089e97fe00a448d4f04102a2 Mon Sep 17 00:00:00 2001 From: Jake Hamby Date: Thu, 6 Jan 2011 20:19:01 -0800 Subject: Use holographic style for BT pairing dialogs. Use holographic style for BT pairing dialogs. Bug: 3321504 Change-Id: I111b3112318eff86d44dc81909a5220661e33e79 --- AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c7fcf6ad1..3a76a9dfb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -849,7 +849,7 @@ + android:theme="@*android:style/Theme.Holo.Dialog.Alert"> @@ -873,7 +873,7 @@ android:label="@string/bluetooth_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Dialog.Alert"> + android:theme="@*android:style/Theme.Holo.Dialog.Alert"> @@ -885,7 +885,7 @@ android:label="@string/bluetooth_pairing_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Dialog.Alert"> + android:theme="@*android:style/Theme.Holo.Dialog.Alert"> -- cgit v1.2.3