X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=a27c1d83a5019d42410a4e2c4b04916e75e7d628;hb=323bc5323b1f8e2b9d0f78acfdd6b6c8e8246932;hp=d52f56c7e9a727bfb66378c82b09627e2edc0987;hpb=430b2b303a01cad55c8a8c69faa536f4bb228cc3;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index d52f56c7..a27c1d83 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 . --> - - @@ -59,16 +53,22 @@ android:title="@string/user_agent" android:entries="@array/translated_user_agent_names" android:entryValues="@array/user_agent_names" - android:defaultValue="Privacy Browser" - android:icon="?attr/userAgentIcon" /> + android:defaultValue="@string/user_agent_default_value" + android:icon="@drawable/user_agent" /> + + - - @@ -105,17 +99,23 @@ android:defaultValue="true" /> + + + android:key="url_modification" + android:title="@string/url_modification" > - - + android:key="@string/tracking_queries_key" + android:title="@string/tracking_queries" + android:summary="@string/tracking_queries_summary" + android:defaultValue="true" /> - - - - - + + android:defaultValue="@string/search_default_value" + android:icon="@drawable/search" /> - - + + + + + + + @@ -193,15 +194,9 @@ android:defaultValue="false" /> - - @@ -227,12 +222,19 @@ android:summary="@string/clear_dom_storage_summary" android:defaultValue="true" /> + + + + android:icon="@drawable/home" /> - + + + + + + + + + + + +