-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:title="@string/preferenceTitle" >\r
-\r
- <PreferenceCategory android:title="@string/prefConnection" >\r
- <EditTextPreference\r
- android:key="userName"\r
- android:summary="@string/prefUsernameSummary"\r
- android:title="@string/prefUsernameTitle" />\r
- <EditTextPreference\r
- android:key="server"\r
- android:summary="@string/prefServerSummary"\r
- android:title="@string/prefServerTitle" />\r
- <EditTextPreference\r
- android:key="port"\r
- android:summary="@string/prefPortSummary"\r
- android:title="@string/prefPortTitle" />\r
- <EditTextPreference\r
- android:key="defaultUploadPath"\r
- android:summary="@string/prefDefaultPathSummary"\r
- android:title="@string/prefDefaultPathTitle" />\r
- </PreferenceCategory>\r
-\r
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:title="@string/preferenceTitle" >
+
+ <PreferenceCategory android:title="@string/prefConnection" >
+ <EditTextPreference
+ android:key="userName"
+ android:summary="@string/prefUsernameSummary"
+ android:title="@string/prefUsernameTitle" />
+ <EditTextPreference
+ android:key="server"
+ android:summary="@string/prefServerSummary"
+ android:title="@string/prefServerTitle" />
+ <EditTextPreference
+ android:key="port"
+ android:summary="@string/prefPortSummary"
+ android:title="@string/prefPortTitle" />
+ <EditTextPreference
+ android:key="defaultUploadPath"
+ android:summary="@string/prefDefaultPathSummary"
+ android:title="@string/prefDefaultPathTitle" />
+ </PreferenceCategory>
+
</PreferenceScreen>
\ No newline at end of file