]>
Commit | Line | Data |
---|---|---|
aaca69bf | 1 | <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
2 | android:title="@string/preferenceTitle" > | |
3 | ||
4 | <PreferenceCategory android:title="@string/prefConnection" > | |
5 | <EditTextPreference | |
6 | android:key="userName" | |
7 | android:summary="@string/prefUsernameSummary" | |
8 | android:title="@string/prefUsernameTitle" /> | |
9 | <EditTextPreference | |
10 | android:key="server" | |
11 | android:summary="@string/prefServerSummary" | |
12 | android:title="@string/prefServerTitle" /> | |
13 | <EditTextPreference | |
14 | android:key="port" | |
15 | android:summary="@string/prefPortSummary" | |
16 | android:title="@string/prefPortTitle" /> | |
17 | <EditTextPreference | |
18 | android:key="defaultUploadPath" | |
19 | android:summary="@string/prefDefaultPathSummary" | |
20 | android:title="@string/prefDefaultPathTitle" /> | |
21 | </PreferenceCategory> | |
22 | ||
42aa7dfd | 23 | </PreferenceScreen> |