X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=6176de6067347fe73c455b332f9d33770a8c0daf;hb=be5c6472390dd054ffb15593388bc103944a99e4;hp=194aa4d3dd3307b9fdd8f3925eedb489e3cdd7cf;hpb=ae5cf6844097d6e1d24e628149de3109eac5a120;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 194aa4d3..6176de60 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:defaultValue="@string/tor_search_default_value" /> + 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,28 +238,58 @@ + android:icon="?attr/homepageIcon" /> + android:key="font_size" + android:title="@string/font_size_preference" + android:entries="@array/font_size_entries" + android:entryValues="@array/font_size_entry_values" + android:defaultValue="@string/font_size_default_value" + android:icon="?attr/fontSizeIcon" /> + android:title="@string/swipe_to_refresh" + android:summary="@string/swipe_to_refresh_summary" + android:defaultValue="true" /> + + + + + + + + + + \ No newline at end of file