X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=4d1d5086be5e3acf2c32efad9c9c60c30c63ea76;hp=4441ca6a5dfc3aed53ef8f3308be0028d46ca207;hb=cd609c9888924549c03cd6509ed889cdb052d5bb;hpb=826776d415157b99701dd19d2713a60db6fefe2c diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 4441ca6a..4d1d5086 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,92 +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="url_modification" + android:title="@string/url_modification" > + + + + + + + + + - - + 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