summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/values/styles.xml6
2 files changed, 4 insertions, 4 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 -->
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6a699881..92d370ea 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -108,7 +108,7 @@
<item name="android:paddingLeft">2dip</item>
</style>
- <style name="EditEvent_Layout" parent="android:Theme.Light.Holo">
+ <style name="EditEvent_Layout" parent="android:Theme.Holo.Light">
<item name="android:paddingLeft">6dip</item>
<item name="android:paddingRight">7dip</item>
<item name="android:paddingTop">8dip</item>
@@ -132,11 +132,11 @@
<item name="android:textSize">14sp</item>
</style>
- <style name="CalendarTheme" parent="android:Theme.Light.Holo">
+ <style name="CalendarTheme" parent="android:Theme.Holo.Light">
<item name="android:windowContentOverlay">@null</item>
</style>
- <style name="CalendarTheme.WithActionBar" parent="android:Theme.Light.Holo">
+ <style name="CalendarTheme.WithActionBar" parent="android:Theme.Holo.Light">
<item name="android:windowNoTitle">false</item>
<item name="android:windowActionBar">true</item>
<item name="android:windowBackground">@drawable/calendar_background_holo_light</item>