X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=fe3a144005b9ab24ca64f5436597a77a17641273;hp=8f813b7501920b4795542f5eb2d2b0bdb54a1df9;hb=e181e7bccc149dc4a839697a6e0417d7b9c54948;hpb=d9b68b83e414c8d02227b195e6398e8f92fe22c8 diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8f813b75..fe3a1440 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,23 +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="tor_search" + android:title="@string/tor_search" + android:entries="@array/tor_search_entries" + android:entryValues="@array/tor_search_entry_values" + android:defaultValue="@string/tor_search_default_value" /> - - - - + android:key="search_category" + android:title="@string/search" > + android:key="search" + android:title="@string/search" + android:entries="@array/search_entries" + android:entryValues="@array/search_entry_values" + 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" /> + + + + + + + + + + + + @@ -190,26 +255,64 @@ + android:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + 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