summaryrefslogtreecommitdiffstats
path: root/packages/Shell
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-05-05 14:09:21 -0700
committerAlan Viverette <alanv@google.com>2015-05-05 14:09:21 -0700
commitb9da280ac20091673878f3c4b04c65d0510ba23d (patch)
tree87223a13709a653795ec6ca24cf1fa210dc5e35f /packages/Shell
parent424681e43e454bfcbceb863ddccb875ea57ec26f (diff)
downloadframeworks_base-b9da280ac20091673878f3c4b04c65d0510ba23d.zip
frameworks_base-b9da280ac20091673878f3c4b04c65d0510ba23d.tar.gz
frameworks_base-b9da280ac20091673878f3c4b04c65d0510ba23d.tar.bz2
DayNight theme for framework packages
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 5b4b4fd..dda9358 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -121,7 +121,7 @@
<activity
android:name=".BugreportWarningActivity"
- android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"
+ android:theme="@*android:style/Theme.Material.DayNight.Dialog.Alert"
android:finishOnCloseSystemDialogs="true"
android:excludeFromRecents="true"
android:exported="false" />