X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=4f3b1ff10b6fa2736210b72b6d7ce220b6a9b2c9;hp=35d9ed1b6b4ec7c3a7413697da32a055940bcb67;hb=8142ac5fc2489de735de4b6fa21a1eae733ccfce;hpb=b36f8bd357e28072bd7c810bb3ae47e4e0b20acc diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 35d9ed1b..4f3b1ff1 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,22 +1,22 @@ + along with Privacy Browser Android. If not, see . --> - - + @@ -56,98 +51,277 @@ + 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="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:key="proxy" + android:title="@string/proxy" + android:entries="@array/proxy_entries" + android:entryValues="@array/proxy_entry_values" + android:defaultValue="@string/proxy_default_value" /> + + + + + + + + + + + + + + + + + + + + + + + + - + android:title="@string/homepage" + android:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + android:icon="?attr/homepageIcon" /> - + + + + + + + + + + + + + + + + + + \ No newline at end of file