summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorErik <roboerik@android.com>2010-10-01 15:52:00 -0700
committerErik <roboerik@android.com>2010-10-01 15:56:51 -0700
commit7c92a470b2427ffe5d8eb8dec5bfe850533fd106 (patch)
treec34cb6cd0889d573decde7f77f32d5c76b22a95d /AndroidManifest.xml
parent42ea9e8b6a6c575c6414975034578761bf5e2636 (diff)
downloadandroid_packages_apps_Calendar-7c92a470b2427ffe5d8eb8dec5bfe850533fd106.tar.gz
android_packages_apps_Calendar-7c92a470b2427ffe5d8eb8dec5bfe850533fd106.tar.bz2
android_packages_apps_Calendar-7c92a470b2427ffe5d8eb8dec5bfe850533fd106.zip
Switches settings to use the light holo theme
PreferenceCategory titles don't inherit the theme correctly, but this seems to be a frameworks issue. See b/2569810 and b/2308250 for related bugs. Change-Id: I6890e273740071fbd6603c292276bccee1f81270
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 75208ecc..e8f97e4e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -97,7 +97,8 @@
</activity>
<activity android:name="SelectCalendarsActivity" android:label="@string/calendars_title" />
- <activity android:name="CalendarSettingsActivity" android:label="@string/preferences_title" />
+ <activity android:name="CalendarSettingsActivity" android:label="@string/preferences_title"
+ android:theme="@android:style/Theme.Light.Holo"/>
<!-- Declarations for search -->
<!-- Make all activities a searchable context -->