X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=a60edb01ee354fd012049341186a3cc1a3e367a5;hb=74655c0cd0ba72c80ac6c48df55bc3d2f5280ad2;hp=87b2eac2a6a92c529a219c8256476d090f40274f;hpb=ed0a4234b452924acf1602bee6578a7a84445a85;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 87b2eac2..a60edb01 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,24 +57,18 @@ + android:entries="@array/translated_user_agent_names" + android:entryValues="@array/user_agent_names" + android:defaultValue="@string/user_agent_default_value" + android:icon="?attr/userAgentIcon" /> - - + + + android:key="blocklists" + android:title="@string/blocklists" > + + + + + + + + + + + + + - + - + - + + + + android:title="@string/search" > + android:defaultValue="@string/search_default_value" + android:icon="?attr/searchIcon" /> + + + + + + + + android:title="@string/full_screen" > + android:key="hide_app_bar" + android:title="@string/hide_app_bar" + android:summary="@string/hide_app_bar_summary" + android:defaultValue="true" /> + + + + + + + + + + + + @@ -166,23 +255,49 @@ + android:icon="?attr/homepageIcon" /> + android:key="download_location" + android:title="@string/download_location" + android:entries="@array/download_location_entries" + android:entryValues="@array/download_location_entry_values" + android:defaultValue="@string/download_location_default_value" + android:icon="?attr/downloadIcon" /> + + + + + + + + android:title="@string/swipe_to_refresh" + android:summary="@string/swipe_to_refresh_summary" + android:defaultValue="true" /> + + + + + + + +