summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-01-19 11:06:20 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-01-19 11:06:20 -0800
commit9009355cd117ebde0c65a04eb76100c136be23ea (patch)
tree280c744976ff0b0bd270af014f130a1d5764f076 /AndroidManifest.xml
parent93039f87cfcf8eafb3d3ebf17ea80e1e684f3821 (diff)
parent10d9f11fec9cb578185e4455eeaef289c0dff8b9 (diff)
downloadandroid_packages_apps_Calendar-9009355cd117ebde0c65a04eb76100c136be23ea.tar.gz
android_packages_apps_Calendar-9009355cd117ebde0c65a04eb76100c136be23ea.tar.bz2
android_packages_apps_Calendar-9009355cd117ebde0c65a04eb76100c136be23ea.zip
Merge "b/3154082 Update Notification to new ui" into honeycomb
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 949add25..7fd9c761 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -127,7 +127,7 @@
<!-- Declarations for alerts/reminders -->
<activity android:name=".alerts.AlertActivity" android:launchMode="singleInstance"
- android:theme="@android:style/Theme.Light" android:excludeFromRecents="true" />
+ android:theme="@android:style/Theme.Holo.DialogWhenLarge" android:excludeFromRecents="true" />
<receiver android:name=".alerts.AlertReceiver">
<intent-filter>