]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/xml/preferences.xml
Fix stray DOS line endings
[dumload.git] / res / xml / preferences.xml
index 84f2ab77457796f659fc64f645aa95557c61a873..089ff31be0f38174f5202c9f14bf8aaccd1c47cc 100644 (file)
@@ -1,23 +1,23 @@
-<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
This page took 0.024911 seconds and 4 git commands to generate.