summaryrefslogtreecommitdiffstats
path: root/AndroidManifest_test.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-06-18 14:55:33 -0700
committerAlan Viverette <alanv@google.com>2015-06-18 14:55:33 -0700
commit046b65c6493b159417e64101a7aab361f9577c26 (patch)
tree756a691aee498d53dcf75e9717ac14c27035aee3 /AndroidManifest_test.xml
parentcc61932a1cd785e6ba12798d64b548c90e09b69b (diff)
downloadandroid_packages_apps_Bluetooth-046b65c6493b159417e64101a7aab361f9577c26.tar.gz
android_packages_apps_Bluetooth-046b65c6493b159417e64101a7aab361f9577c26.tar.bz2
android_packages_apps_Bluetooth-046b65c6493b159417e64101a7aab361f9577c26.zip
DO NOT MERGE: Remove DayNight theme
Bug: 21854466 Change-Id: I85b8e78d0e6adf3ad2046c803ea45aba9eb2c3ca
Diffstat (limited to 'AndroidManifest_test.xml')
-rw-r--r--AndroidManifest_test.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest_test.xml b/AndroidManifest_test.xml
index 638484cb9..ae21b8873 100644
--- a/AndroidManifest_test.xml
+++ b/AndroidManifest_test.xml
@@ -46,7 +46,7 @@
</receiver>
<activity android:name=".opp.BluetoothOppLauncherActivity"
android:process="@string/process"
- android:theme="@android:style/Theme.Material.DayNight.Dialog"
+ android:theme="@android:style/Theme.Material.Light.Dialog"
android:label="@string/bt_share_picker_label">
<intent-filter>
<action android:name="android.intent.action.SEND" />
@@ -76,7 +76,7 @@
</activity>
<activity android:name=".opp.BluetoothOppBtEnablingActivity"
android:process="@string/process"
- android:theme="@android:style/Theme.Material.DayNight.Dialog">
+ android:theme="@android:style/Theme.Material.Light.Dialog">
</activity>
<activity android:name=".opp.BluetoothOppIncomingFileConfirmActivity"
android:process="@string/process">
@@ -87,7 +87,7 @@
<activity android:name=".pbap.BluetoothPbapActivity"
android:process="@string/process"
android:label=" "
- android:theme="@android:style/Theme.Material.DayNight.Dialog.Alert">
+ android:theme="@android:style/Theme.Material.Light.Dialog.Alert">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>