tor-browser

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

search_engine_settings.xml (1186B)


      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 <!-- This preffed off by feature flag FLAG_MANUAL_SEARCH_ENGINE and corresponds to
      7 search_engine_settings.xml -->
      8 <androidx.preference.PreferenceScreen
      9    xmlns:android="http://schemas.android.com/apk/res/android"
     10    xmlns:app="http://schemas.android.com/apk/res-auto"
     11    android:layout_marginStart="32dp">
     12    <androidx.preference.Preference
     13        android:layout="@layout/preference_screen_header_layout"
     14        android:title="@string/preference_select_preferred_engine"
     15        app:allowDividerBelow="false"
     16        app:iconSpaceReserved="false" />
     17    <org.mozilla.focus.search.RadioSearchEngineListPreference
     18        android:key="@string/pref_key_radio_search_engine_list" />
     19    <androidx.preference.Preference
     20        android:icon="@drawable/mozac_ic_plus_24"
     21        android:key="@string/pref_key_manual_add_search_engine"
     22        android:title="@string/preference_search_add3" />
     23 </androidx.preference.PreferenceScreen>