X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fxml%2Fpreferences.xml;h=7741cec80d0f50a8471a0a1222fa3d8905ea1fb3;hp=3519231cf2916cf41f99e7d9a860296f4835725c;hb=4ecc3c256e439e7779d1db4d84800a6b2f9b13e6;hpb=c3c399fcc6ada5f970e3d75102ad8e61303903a0 diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 3519231c..7741cec8 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -1,7 +1,7 @@ + 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="incognito_mode" + android:title="@string/incognito_mode" + android:summary="@string/incognito_mode_summary" + android:defaultValue="false" /> + + + + + + + + + + + + + + + + + + + + - - - + + android:key="tor_search" + android:title="@string/tor_search" + android:entries="@array/tor_search_entries" + android:entryValues="@array/tor_search_entry_values" + android:defaultValue="@string/tor_search_default_value" /> + + + + 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:title="@string/full_screen" > + + + + + + + + + + + + + + + android:title="@string/homepage" + android:defaultValue="@string/homepage_default_value" + android:inputType="textUri" + android:icon="?attr/homepageIcon" /> + android:defaultValue="@string/font_size_default_value" + android:icon="?attr/fontSizeIcon" /> + + + + + + + + \ No newline at end of file