X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=a60edb01ee354fd012049341186a3cc1a3e367a5;hb=2161aed68c075973f4903907f26077234619f740;hp=e9c6405bb748cd4696344877d52b912d6d52a1de;hpb=4a527702ad11865c2a53b01c398b507cd488276c;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index e9c6405b..a60edb01 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ @@ -56,80 +57,278 @@ + 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:key="app_theme" + android:title="@string/app_theme" + android:entries="@array/app_theme_entries" + android:entryValues="@array/app_theme_entry_values" + android:defaultValue="@string/app_theme_default_value" + android:icon="?attr/appThemeIcon" /> + + + + \ No newline at end of file