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