]> Joshua Wise's Git repositories - dumload.git/blob - res/xml/preferences.xml
Make dumload configurable
[dumload.git] / res / xml / preferences.xml
1 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"\r
2     android:title="@string/preferenceTitle" >\r
3 \r
4     <PreferenceCategory android:title="@string/prefConnection" >\r
5         <EditTextPreference\r
6             android:key="userName"\r
7             android:summary="@string/prefUsernameSummary"\r
8             android:title="@string/prefUsernameTitle" />\r
9         <EditTextPreference\r
10             android:key="server"\r
11             android:summary="@string/prefServerSummary"\r
12             android:title="@string/prefServerTitle" />\r
13         <EditTextPreference\r
14             android:key="port"\r
15             android:summary="@string/prefPortSummary"\r
16             android:title="@string/prefPortTitle" />\r
17         <EditTextPreference\r
18             android:key="defaultUploadPath"\r
19             android:summary="@string/prefDefaultPathSummary"\r
20             android:title="@string/prefDefaultPathTitle" />\r
21     </PreferenceCategory>\r
22 \r
23 </PreferenceScreen>
This page took 0.024495 seconds and 4 git commands to generate.