]> 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         \r
4 <EditTextPreference android:persistent="true" android:title="Dictionary file" android:defaultValue="/sdcard/de-en.dict" android:summary="The local filename where the dictionary is stored." android:key="@string/dictFile"></EditTextPreference>
5 <EditTextPreference android:key="@string/wordListFile" android:summary="The local file where the word list will be appended." android:title="Word list file" android:persistent="true" android:defaultValue="/sdcard/wordList.txt"></EditTextPreference>
6 <EditTextPreference android:key="@string/dictFetchUrl" android:summary="URL to use to download the dictionary from the Internet." android:persistent="true" android:title="Dictionary fetch URL" android:defaultValue="http://www.google.com"></EditTextPreference>
7
8 </PreferenceScreen>