summaryrefslogtreecommitdiffstats
path: root/packages/VpnDialogs
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-06-18 15:15:16 -0700
committerAlan Viverette <alanv@google.com>2015-06-18 15:15:16 -0700
commit15d48a16f645509cb0c6a1f3abf52ddd233cd8b5 (patch)
tree0c9a53fda50dcca7549cd29eb3ac9c0151fb0830 /packages/VpnDialogs
parent9a08fe2aca44f190162b198a726bc406ed19c1c7 (diff)
downloadframeworks_base-15d48a16f645509cb0c6a1f3abf52ddd233cd8b5.zip
frameworks_base-15d48a16f645509cb0c6a1f3abf52ddd233cd8b5.tar.gz
frameworks_base-15d48a16f645509cb0c6a1f3abf52ddd233cd8b5.tar.bz2
DO NOT MERGE: Remove DayNight theme
Do not go gentle into that good night, Old age should burn and rave at close of day; Rage, rage against the dying of the light. Though wise men at their end know dark is right, Because their words had forked no lightning they Do not go gentle into that good night. Bug: 21854466 Change-Id: I0b7cd116c23f7df88e94f31b3aee7dd22a102804
Diffstat (limited to 'packages/VpnDialogs')
-rw-r--r--packages/VpnDialogs/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/VpnDialogs/AndroidManifest.xml b/packages/VpnDialogs/AndroidManifest.xml
index 32e1e6d..375c5d8 100644
--- a/packages/VpnDialogs/AndroidManifest.xml
+++ b/packages/VpnDialogs/AndroidManifest.xml
@@ -24,7 +24,7 @@
<application android:label="VpnDialogs"
android:allowBackup="false" >
<activity android:name=".ConfirmDialog"
- android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert">
+ android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.DEFAULT"/>
@@ -32,7 +32,7 @@
</activity>
<activity android:name=".ManageDialog"
- android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
+ android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"
android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>