diff options
Diffstat (limited to 'res/xml/host_prefs.xml')
-rw-r--r-- | res/xml/host_prefs.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml index d57f2ef..22b056c 100644 --- a/res/xml/host_prefs.xml +++ b/res/xml/host_prefs.xml @@ -63,11 +63,17 @@ /> <ListPreference + android:key="delkey" + android:title="@string/hostpref_delkey_title" + android:summary="@string/hostpref_delkey_summary" + android:entries="@array/list_delkey" + android:entryValues="@array/list_delkey_values" + /> + + <ListPreference android:key="encoding" android:title="@string/hostpref_encoding_title" android:summary="@string/hostpref_encoding_summary" - android:entries="@array/list_encodings" - android:entryValues="@array/list_encodings_value" /> <PreferenceCategory |