X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=49b346f6652711d9f3bcafe7c7f766a7bdc3843f;hp=14396430866ee7ce33c59cb24e0b30578c4b7b20;hb=eac401700379e6ac5e6b0b696b932354001ef738;hpb=48ae68b846bb5bb035e0d86659e4736b6db6f12d diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 14396430..49b346f6 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:android="http://schemas.android.com/apk/res/android"> - - - - - - + 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="blocklists" + app:title="@string/blocklists" > + + + + + + + + + + + + + + - - - - + app:key="url_modification" + app:title="@string/url_modification" > + + + + + 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="proxy_category" + app:title="@string/proxy" > + 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="full_screen" + app:title="@string/full_screen" > + + + + - - - - - - + app:key="@string/clear_and_exit_category_key" + app:title="@string/clear_and_exit" > + + + + + + - - - - - + + + + + + app:key="@string/general_category_key" + app:title="@string/general" > + app:icon="@drawable/home" /> - - - - - - - - - - - - + app:icon="@drawable/font_size" /> + + + + + + + + + + + + + app:key="@string/app_theme_key" + app:title="@string/app_theme" + app:entries="@array/app_theme_entries" + app:entryValues="@array/app_theme_entry_values" + app:defaultValue="@string/app_theme_default_value" + app:icon="@drawable/app_theme" /> - - - - + app:key="@string/webview_theme_key" + app:title="@string/webview_theme" + app:entries="@array/webview_theme_entries" + app:entryValues="@array/webview_theme_entry_values" + app:defaultValue="@string/webview_theme_default_value" /> + + + + - \ No newline at end of file +