summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-01-23 12:47:46 -0800
committerDianne Hackborn <hackbod@google.com>2011-01-23 12:56:06 -0800
commit150caa2d9c481ef8bedf28d2bfb02753049d6ca3 (patch)
tree90f4913042bab94157d94b6a2bffe113839404c0 /AndroidManifest.xml
parent5fac708263db89966b3bce7a35bacf7693dbaef2 (diff)
downloadandroid_packages_apps_Calendar-150caa2d9c481ef8bedf28d2bfb02753049d6ca3.tar.gz
android_packages_apps_Calendar-150caa2d9c481ef8bedf28d2bfb02753049d6ca3.tar.bz2
android_packages_apps_Calendar-150caa2d9c481ef8bedf28d2bfb02753049d6ca3.zip
Remove use of old theme name.
Change-Id: I2940c2f5c062354c8f22f495c1718fdfd521715b
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 7fd9c761..2370653b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -107,7 +107,7 @@
<activity android:name="SelectCalendarsActivity" android:label="@string/calendars_title" />
<activity android:name="CalendarSettingsActivity" android:label="@string/preferences_title"
- android:theme="@android:style/Theme.Light.Holo"/>
+ android:theme="@android:style/Theme.Holo.Light"/>
<!-- Declarations for search -->
<!-- Make all activities a searchable context -->