Statistics
| Branch: | Revision:

root / res / layout / preferences.xml @ 2aaecc36

History | View | Annotate | Download (490 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
</PreferenceScreen>