]> gitweb.fperrin.net Git - Dictionary.git/blob - res/xml/preferences.xml
go
[Dictionary.git] / res / xml / preferences.xml
1 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">\r
2         \r
3 <EditTextPreference android:key="@string/dictFileKey" android:persistent="true" android:title="Dictionary file" android:summary="The local filename where the dictionary is stored." android:defaultValue="@string/dictFile"></EditTextPreference>
4 <EditTextPreference android:key="@string/wordListFileKey" android:summary="The local file where the word list will be appended." android:title="Word list file" android:persistent="true" android:defaultValue="@string/wordListFile"></EditTextPreference>
5 <EditTextPreference android:key="@string/dictFetchUrlKey" android:summary="URL to use to download the dictionary from the Internet." android:persistent="true" android:title="Dictionary fetch URL" android:defaultValue="@string/dictFetchUrl"></EditTextPreference>
6
7 </PreferenceScreen>