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