X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=85fb5e8e57d5a1da0fa5a88161a83759696e29f3;hb=e065315a36c804626a7dba38d3edad05e9fdb473;hp=f6acd2575d2dbebf04e5dac6da15010a06d9ba41;hpb=87a7789309364ec0802a460cf4f6e79f8a01ee4a;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index f6acd257..85fb5e8e 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,141 +1,318 @@ + along with Privacy Browser Android. If not, see . --> + + - - - - - - - - - - - + app:key="@string/privacy_category_key" + app:title="@string/privacy" > + + + + + + - - + app:key="@string/user_agent_key" + app:title="@string/user_agent" + app:entries="@array/translated_user_agent_names" + app:entryValues="@array/user_agent_names" + app:defaultValue="@string/user_agent_default_value" + app:icon="@drawable/user_agent" /> + + + + + + app:key="filterlists" + app:title="@string/filterlists" > + + + + + + + + + + + + + + + + + + + + + + + + - - + app:key="@string/search_key" + app:title="@string/search" + app:entries="@array/search_entries" + app:entryValues="@array/search_entry_values" + app:defaultValue="@string/search_default_value" + app:icon="@drawable/search" /> + + + + - - + app:key="@string/proxy_key" + app:title="@string/proxy" + app:entries="@array/proxy_entries" + app:entryValues="@array/proxy_entry_values" + app:defaultValue="@string/proxy_default_value" /> + + app:key="full_screen" + app:title="@string/full_screen" > + + + + + + + + + + + + + + + + + + + + + + - + app:key="@string/homepage_key" + app:title="@string/homepage" + app:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + app:icon="@drawable/home" /> + + + + + + + - - - - + app:key="@string/download_provider_key" + app:title="@string/download_provider" + app:entries="@array/download_provider_entries" + app:entryValues="@array/download_provider_entry_values" + app:defaultValue="@string/download_provider_default_value" + app:icon="@drawable/download" /> + + + + + + + + + + + + + + - \ No newline at end of file +