]> www.average.org Git - WhereAmI.git/blobdiff - res/xml/preferences.xml
don't try nonexistent calendar
[WhereAmI.git] / res / xml / preferences.xml
index 8ebb456175c8d069c6dc678a90fd6d1722175eaa..a74d5b4a4548fe107284209aeef16d881103e611 100644 (file)
@@ -1,8 +1,35 @@
-<PreferenceScreen
-  xmlns:android="http://schemas.android.com/apk/res/android">
+<?xml version="1.0" encoding="utf-8"?>
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
     <CheckBoxPreference
       android:key="fullscreen"
-      android:title="Use full screen display"
-      android:summary="Check it on, check it off"
+      android:title="@string/fullscreentitle"
+      android:summary="@string/fullscreensummary"
+      android:defaultValue="false"
+    />
+    <CheckBoxPreference
+      android:key="managewifi"
+      android:title="@string/managewifititle"
+      android:summary="@string/managewifisummary"
+      android:defaultValue="false"
+    />
+    <ListPreference
+      android:key="updateperiod"
+      android:title="@string/updatetitle"
+      android:summary="@string/updatesummary"
+      android:defaultValue="120000"
+      android:entries="@array/updatenames"
+      android:entryValues="@array/updatevals"
+    />
+    <EditTextPreference
+      android:key="calendar_name"
+      android:title="@string/calnametitle"
+      android:summary="@string/calnamesummary"
+      android:defaultValue="Call Log"
+    />
+    <EditTextPreference
+      android:key="peer_name"
+      android:title="@string/eventseltitle"
+      android:summary="@string/eventselsummary"
+      android:defaultValue="Call"
     />
 </PreferenceScreen>