X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=6176de6067347fe73c455b332f9d33770a8c0daf;hb=be5c6472390dd054ffb15593388bc103944a99e4;hp=8ed81b84aab687621a0f08921c4f6165392d59d2;hpb=7f0fda47dbd040262a8149e1e6d27f7abe9043ea;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 8ed81b84..6176de60 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,76 +57,177 @@ + 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" + 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 +237,59 @@ + 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="swipe_to_refresh" + android:title="@string/swipe_to_refresh" + android:summary="@string/swipe_to_refresh_summary" + android:defaultValue="true" /> + + + + + + + + + + \ No newline at end of file