]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/xml/preferences.xml
go
[Dictionary.git] / res / xml / preferences.xml
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
new file mode 100755 (executable)
index 0000000..6b6a119
--- /dev/null
@@ -0,0 +1,8 @@
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">\r
+       \r
+       \r
+<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>
+<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>
+<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>
+
+</PreferenceScreen>  
\ No newline at end of file