1 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
\r
2 android:title="@string/preferenceTitle" >
\r
4 <PreferenceCategory android:title="@string/prefConnection" >
\r
6 android:key="userName"
\r
7 android:summary="@string/prefUsernameSummary"
\r
8 android:title="@string/prefUsernameTitle" />
\r
10 android:key="server"
\r
11 android:summary="@string/prefServerSummary"
\r
12 android:title="@string/prefServerTitle" />
\r
15 android:summary="@string/prefPortSummary"
\r
16 android:title="@string/prefPortTitle" />
\r
18 android:key="defaultUploadPath"
\r
19 android:summary="@string/prefDefaultPathSummary"
\r
20 android:title="@string/prefDefaultPathTitle" />
\r
21 </PreferenceCategory>
\r