tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

search_settings.xml (1206B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 
      6 <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
      7 
      8    <org.mozilla.focus.search.SearchEnginePreference
      9        android:key="@string/pref_key_search_engine"
     10        android:layout="@layout/focus_preference_no_icon"
     11        android:title="@string/preference_search_engine_label" />
     12 
     13    <org.mozilla.focus.searchsuggestions.ui.SearchSuggestionsPreference
     14        android:defaultValue="false"
     15        android:key="@string/pref_key_show_search_suggestions"
     16        android:title="@string/preference_show_search_suggestions"
     17        android:summary="@string/preference_show_search_suggestions_summary"/>
     18 
     19    <org.mozilla.focus.settings.StatePreference
     20        android:key="@string/pref_key_screen_autocomplete"
     21        android:layout="@layout/focus_preference_no_icon"
     22        android:summary="WHAT?"
     23        android:title="@string/preference_subitem_autocomplete" />
     24 
     25 </androidx.preference.PreferenceScreen>