diff options
author | Jake Hamby <jhamby@google.com> | 2011-01-06 20:19:01 -0800 |
---|---|---|
committer | Jake Hamby <jhamby@google.com> | 2011-01-06 20:19:01 -0800 |
commit | 2df30b2f079aece6089e97fe00a448d4f04102a2 (patch) | |
tree | f6fec2b89553131ff8d74e59d4dad51f74fec99b | |
parent | 586fa0264cacb216f04f003770562c77fb7dd646 (diff) | |
download | packages_apps_Settings-2df30b2f079aece6089e97fe00a448d4f04102a2.tar.gz packages_apps_Settings-2df30b2f079aece6089e97fe00a448d4f04102a2.tar.bz2 packages_apps_Settings-2df30b2f079aece6089e97fe00a448d4f04102a2.zip |
Use holographic style for BT pairing dialogs.
Use holographic style for BT pairing dialogs.
Bug: 3321504
Change-Id: I111b3112318eff86d44dc81909a5220661e33e79
-rw-r--r-- | AndroidManifest.xml | 6 |
1 files 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 @@ <activity android:name=".bluetooth.BluetoothPairingDialog" android:label="@string/bluetooth_pairing_request" android:excludeFromRecents="true" - android:theme="@*android:style/Theme.Dialog.Alert"> + android:theme="@*android:style/Theme.Holo.Dialog.Alert"> <intent-filter> <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> <category android:name="android.intent.category.DEFAULT" /> @@ -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"> <intent-filter> <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> @@ -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"> </activity> <receiver android:name=".bluetooth.BluetoothPairingRequest"> |