]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/xml/preferences.xml
Make dumload configurable
[dumload.git] / res / xml / preferences.xml
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
new file mode 100644 (file)
index 0000000..84f2ab7
--- /dev/null
@@ -0,0 +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>
\ No newline at end of file
This page took 0.022988 seconds and 4 git commands to generate.