X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=2e106fd561a6ce8cb98454ee09a491b94a3ba4b0;hb=6696d6946875515ae71c46a62dede4df44ad4351;hp=03b835e0c8a1183b02bab8529635953180cb5529;hpb=f4315c29db9e9f38d3c84998c159c1b246290c70;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 03b835e0..2e106fd5 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,120 +1,332 @@ + along with Privacy Browser Android. If not, see . --> + + - - - - - - - - - + app:key="@string/privacy_category_key" + app:title="@string/privacy" > + + + + + + + + + - - - + app:key="@string/user_agent_key" + app:title="@string/user_agent" + app:entries="@array/translated_user_agent_names" + app:entryValues="@array/user_agent_names" + app:defaultValue="@string/user_agent_default_value" + app:icon="@drawable/user_agent" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + app:key="search_category" + app:title="@string/search" > + app:key="@string/search_key" + app:title="@string/search" + app:entries="@array/search_entries" + app:entryValues="@array/search_entry_values" + app:defaultValue="@string/search_default_value" + app:icon="@drawable/search" /> - + app:key="@string/search_custom_url_key" + app:title="@string/search_custom_url" + app:defaultValue="@string/search_custom_url_default_value" + android:inputType="textUri" /> + + + + app:key="@string/proxy_key" + app:title="@string/proxy" + app:entries="@array/proxy_entries" + app:entryValues="@array/proxy_entry_values" + app:defaultValue="@string/proxy_default_value" /> - + app:key="@string/proxy_custom_url_key" + app:title="@string/proxy_custom_url" + app:defaultValue="@string/proxy_custom_url_default_value" + android:inputType="textUri" /> + + + + + + + + + + + + + + + + + + + + + + + + + + app:key="@string/general_category_key" + app:title="@string/general" > - + app:icon="@drawable/home" /> + + + + + + + + + + + + + + + + + + + + + - + - \ No newline at end of file +