1
0
Fork 0

For #6748 Move Add search engine to search engine preference category. (#6749)

master
Mihai Adrian 2019-11-27 10:45:05 +02:00 committed by GitHub
parent 4fd3aa8649
commit cc216d0a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -12,17 +12,17 @@
<org.mozilla.fenix.settings.search.RadioSearchEngineListPreference
android:key="@string/pref_key_search_engine_list"
android:selectable="false"/>
<Preference
android:key="@string/pref_key_add_search_engine"
android:title="@string/search_engine_add_custom_search_engine_title"
android:layout="@layout/preference_search_add_engine"/>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/preferences_search_address_bar"
android:selectable="false"
app:iconSpaceReserved="false">
<Preference
android:key="@string/pref_key_add_search_engine"
android:title="@string/search_engine_add_custom_search_engine_title"
android:layout="@layout/preference_search_add_engine"/>
app:iconSpaceReserved="false"
app:allowDividerAbove="false">
<SwitchPreference
android:defaultValue="true"
android:key="@string/pref_key_show_search_shortcuts"