Move proxy pref values out of strings

This commit is contained in:
Dominik Schürmann
2015-08-24 00:37:38 +02:00
parent 5e2f24520b
commit 7ba0b93ceb
5 changed files with 19 additions and 13 deletions

View File

@@ -27,7 +27,7 @@
<ListPreference
android:entries="@array/pref_proxy_type_entries"
android:entryValues="@array/pref_proxy_type_values"
android:defaultValue="@string/pref_proxy_type_value_http"
android:defaultValue="proxyHttp"
android:key="proxyType"
android:persistent="true"
android:title="@string/pref_proxy_type_title" />