X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=8c24d1a70648e3bbe7cc66295d3db5cdc90cc962;hp=b978d8f9c1ed42cf6a057ec8a76f4561fd6db8e0;hb=8cd4c56d559436ee6c5b81df9a411bbf211be7fd;hpb=17174f4ceb49bbdb01e2700b2c4d3b3aa670e18e diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index b978d8f9..8c24d1a7 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,69 +57,135 @@ + 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="incognito_mode" + android:title="@string/incognito_mode" + android:summary="@string/incognito_mode_summary" + android:defaultValue="false" /> + + + android:key="blocklists" + android:title="@string/blocklists" > + + + + + + + + + + + + + + + + + + + + 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" + 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="clear_and_exit" + android:title="@string/clear_and_exit" > - - + android:key="clear_everything" + android:title="@string/clear_everything" + android:summary="@string/clear_everything_summary" + android:defaultValue="true" /> - + - + - + + - + + 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" /> + + + + + + + + \ No newline at end of file