X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=b211879fda6799fbee3e0282990b2bbc9b5cba30;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hb=c0f2dcca77fffd804c90cee5103795fc3849112b;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8ed81b84..b211879f 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,76 +57,200 @@ + 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" + android:title="@string/tor" > + + + + + 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:key="full_screen" + android:title="@string/full_screen" > + + + + + + + + + + + + + + @@ -135,27 +260,65 @@ + android:title="@string/homepage" + 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:key="open_intents_in_new_tab" + android:title="@string/open_intents_in_new_tab" + android:summary="@string/open_intents_in_new_tab_summary" + android:defaultValue="true" /> + + + + + + + + + + + + \ No newline at end of file