]> www.average.org Git - WhereAmI.git/blob - res/xml/preferences.xml
make configurable calendar selection
[WhereAmI.git] / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3     <CheckBoxPreference
4       android:key="fullscreen"
5       android:title="@string/fullscreentitle"
6       android:summary="@string/fullscreensummary"
7       android:defaultValue="false"
8     />
9     <CheckBoxPreference
10       android:key="managewifi"
11       android:title="@string/managewifititle"
12       android:summary="@string/managewifisummary"
13       android:defaultValue="false"
14     />
15     <ListPreference
16       android:key="updateperiod"
17       android:title="@string/updatetitle"
18       android:summary="@string/updatesummary"
19       android:defaultValue="120000"
20       android:entries="@array/updatenames"
21       android:entryValues="@array/updatevals"
22     />
23     <EditTextPreference
24       android:key="calendar_name"
25       android:title="@string/calnametitle"
26       android:summary="@string/calnamesummary"
27       android:defaultValue="Call Log"
28     />
29     <EditTextPreference
30       android:key="peer_name"
31       android:title="@string/eventseltitle"
32       android:summary="@string/eventselsummary"
33       android:defaultValue="Call"
34     />
35 </PreferenceScreen>