summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristoph Studer <chstuder@google.com>2014-07-15 17:05:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-15 17:05:51 +0000
commit764c81d9eb2efd68530151c8f4599f8cf07945a9 (patch)
tree59933ee7f96e4f283783ac96eab93774c932fc01 /AndroidManifest.xml
parentd30ac9307bfe09ea5bb754b32a7d56e2d28c751c (diff)
parentbc1889071ff0ecfe79cbc070b57c3301863cf26d (diff)
downloadpackages_apps_Settings-764c81d9eb2efd68530151c8f4599f8cf07945a9.zip
packages_apps_Settings-764c81d9eb2efd68530151c8f4599f8cf07945a9.tar.gz
packages_apps_Settings-764c81d9eb2efd68530151c8f4599f8cf07945a9.tar.bz2
am bc188907: Merge "NotificationStation: Fix crash, use dark theme" into lmp-dev
* commit 'bc1889071ff0ecfe79cbc070b57c3301863cf26d': NotificationStation: Fix crash, use dark theme
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d202641..24343ca 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -750,7 +750,7 @@
</activity>
<activity android:name="Settings$NotificationStationActivity"
- android:theme="@android:style/Theme.DeviceDefault"
+ android:theme="@style/Theme.NotificationStation"
android:label="@string/notification_log_title"
android:taskAffinity="">
<intent-filter>