aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences_calendar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences_calendar.xml')
-rwxr-xr-xres/xml/preferences_calendar.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/res/xml/preferences_calendar.xml b/res/xml/preferences_calendar.xml
index 819da69..c3310cb 100755
--- a/res/xml/preferences_calendar.xml
+++ b/res/xml/preferences_calendar.xml
@@ -31,7 +31,8 @@
android:dependency="show_calendar"
android:dialogTitle="@string/calendars_title"
android:title="@string/calendars_title"
- android:summary="@string/calendars_summary" />
+ android:summary="@string/calendars_summary"
+ android:defaultValue="@array/empty_array" />
<ListPreference
android:key="calendar_lookahead"
@@ -66,6 +67,18 @@
android:title="@string/calendar_icon_title"
android:defaultValue="true" />
+ <CheckBoxPreference
+ android:key="calendar_add_event_icon"
+ android:dependency="show_calendar"
+ android:title="@string/calendar_add_event_title"
+ android:defaultValue="true" />
+
+ <CheckBoxPreference
+ android:key="calendar_no_events_text"
+ android:dependency="show_calendar"
+ android:title="@string/calendar_no_events_indicator_title"
+ android:defaultValue="true" />
+
<ListPreference
android:key="calendar_show_location"
android:dependency="show_calendar"