summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-05-29 10:35:17 -0700
committerAlan Viverette <alanv@google.com>2015-05-29 10:35:17 -0700
commit8c2499c4262eea812abe8a525571e2a680c732c8 (patch)
tree3cff3c75042f8c6b04fbff16fee91179fcedf3b2 /AndroidManifest_test.xml
parent6c2e3498273e3a43f0af69577fedce99a6b0501d (diff)
downloadandroid_packages_apps_Bluetooth-8c2499c4262eea812abe8a525571e2a680c732c8.tar.gz
android_packages_apps_Bluetooth-8c2499c4262eea812abe8a525571e2a680c732c8.tar.bz2
android_packages_apps_Bluetooth-8c2499c4262eea812abe8a525571e2a680c732c8.zip
Update Bluetooth app to use Material-themed dialogs
Change-Id: I9cec1d41bbf8e16e1d9db0b784584f24e74cff4f
Diffstat (limited to 'AndroidManifest_test.xml')
-rw-r--r--AndroidManifest_test.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 81a15d917..638484cb9 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -46,7 +46,8 @@
</receiver>
<activity android:name=".opp.BluetoothOppLauncherActivity"
android:process="@string/process"
- android:theme="@android:style/Theme.Holo.Dialog" android:label="@string/bt_share_picker_label">
+ android:theme="@android:style/Theme.Material.DayNight.Dialog"
+ android:label="@string/bt_share_picker_label">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
@@ -74,8 +75,9 @@
android:process="@string/process">
</activity>
<activity android:name=".opp.BluetoothOppBtEnablingActivity"
- android:process="@string/process">
- android:theme="@android:style/Theme.Holo.Dialog"> </activity>
+ android:process="@string/process"
+ android:theme="@android:style/Theme.Material.DayNight.Dialog">
+ </activity>
<activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
android:process="@string/process">
</activity>
@@ -85,7 +87,7 @@
<activity android:name=".pbap.BluetoothPbapActivity"
android:process="@string/process"
android:label=" "
- android:theme="@*android:style/Theme.Holo.Dialog.Alert">
+ android:theme="@android:style/Theme.Material.DayNight.Dialog.Alert">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>