Initial commit. It's version 1.3.1
Signed-off-by: Carlos Silva <r3pek@r3pek.org>
This commit is contained in:
commit
9346ea10e5
27 changed files with 1421 additions and 0 deletions
13
res/xml/preferences.xml
Normal file
13
res/xml/preferences.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="preferences">
|
||||
<PreferenceCategory android:title="@string/pref_auth_cat" android:key="auth">
|
||||
<EditTextPreference android:key="username" android:title="@string/pref_auth_user"></EditTextPreference>
|
||||
<EditTextPreference android:key="password" android:title="@string/pref_auth_pass" android:password="true" ></EditTextPreference>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:key="general" android:title="@string/pref_gen_cat">
|
||||
<ListPreference android:entries="@array/update_intervals" android:key="pref_gen_update_int" android:summary="@string/pref_gen_update_int_desc" android:title="@string/pref_gen_update_int" android:entryValues="@array/update_intervals_values"></ListPreference>
|
||||
<EditTextPreference android:summary="@string/pref_gen_hostname_desc" android:title="@string/pref_gen_hostname" android:key="pref_gen_hostname"></EditTextPreference>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
Loading…
Add table
Add a link
Reference in a new issue