Download this file

settings.xml    32 lines (30 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/pref_dev_options_title"
android:key="pref_dev_options_key">
<EditTextPreference
android:key="pref_db_url_key"
android:title="@string/pref_db_url_title"
android:summary="@string/pref_db_url_summary"
android:defaultValue="@string/pref_db_url_default"
/>
<!-- <EditTextPreference
android:key="pref_user_id_key"
android:title="@string/pref_user_id_title"
android:summary="@string/pref_user_id_summary"
android:editable="false"
/>
<EditTextPreference
android:key="pref_user_username_key"
android:title="@string/pref_user_username_title"
android:summary="@string/pref_user_username_summary"
android:editable="false"
/>
<CheckBoxPreference
android:key="pref_user_hidden4dev_key"
android:title="@string/pref_user_username_title"
android:summary="@string/pref_user_username_summary"
/>-->
</PreferenceCategory>
</PreferenceScreen>