e33768fc536dad6eafc07500d1f1a5db2d2eb6f1
[fw/altos] / altosdroid / res / xml / preferences.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen
3     xmlns:android="http://schemas.android.com/apk/res/android">
4   <CheckBoxPreference android:title="@string/pref_units_title"
5                       android:key="@string/pref_units"
6                       android:summary="@string/pref_units_summary" />
7   <EditTextPreference android:title="Your Name"
8                       android:key="username"
9                       android:summary="Please provide your username"></EditTextPreference>
10   <CheckBoxPreference android:title="Application Updates"
11                       android:defaultValue="false"
12                       android:summary="This option if selected will allow the application to check for latest versions."
13                       android:key="applicationUpdates" />
14   <ListPreference     android:title="Download Details"
15                       android:summary="Select the kind of data that you would like to download"
16                       android:key="downloadType"
17                       android:defaultValue="1"
18                       android:entries="@array/listArray"
19                       android:entryValues="@array/listValues" />
20 </PreferenceScreen>