]> www.average.org Git - WhereAmI.git/blobdiff - res/xml/preferences.xml
configurable update interval
[WhereAmI.git] / res / xml / preferences.xml
index 8ebb456175c8d069c6dc678a90fd6d1722175eaa..5d9eece5ea46ea92b980d961ba8829c66715e3e1 100644 (file)
@@ -2,7 +2,16 @@
   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"
+    />
+    <ListPreference
+      android:key="updateperiod"
+      android:title="@string/updatetitle"
+      android:summary="@string/updatesummary"
+      android:defaultValue="120000"
+      android:entries="@array/updatenames"
+      android:entryValues="@array/updatevals"
     />
 </PreferenceScreen>