Statistics
| Branch: | Revision:

root / res / layout / preferences.xml @ 37a14877

History | View | Annotate | Download (783 Bytes)

1
<?xml version="1.0" encoding="utf-8"?>
2
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3
        <PreferenceCategory android:title="Geographical Location">
4

    
5
                <ListPreference android:key="countries_type"
6
                        android:title="@string/country" android:entries="@array/country_entries"
7
                        android:entryValues="@array/country_values" android:dialogTitle="@string/country"
8
                        android:defaultValue="@string/country_default_value" />
9
        </PreferenceCategory>
10

    
11
        <PreferenceCategory android:title="Authentication">
12
                <EditTextPreference android:name="Authentication Preference"
13
                        android:summary="Enter a custom auth server URL."
14
                        android:defaultValue="http://" android:title="Auth Server URL"
15
                        android:key="authServerPref" />
16
        </PreferenceCategory>
17

    
18

    
19
</PreferenceScreen>