For #11136:Move voice search preference above search suggestions.

fennec/production
mcarare 4 years ago committed by Emily Kager
parent a944632ca9
commit 7b6e1e1d69

@ -47,14 +47,14 @@
app:iconSpaceReserved="false" /> app:iconSpaceReserved="false" />
<SwitchPreference <SwitchPreference
android:defaultValue="true" android:defaultValue="true"
android:key="@string/pref_key_show_search_suggestions" android:key="@string/pref_key_show_voice_search"
android:title="@string/preferences_show_search_suggestions" android:title="@string/preferences_show_voice_search"
app:iconSpaceReserved="false" app:iconSpaceReserved="false"
app:allowDividerAbove="false"/> app:allowDividerAbove="false"/>
<SwitchPreference <SwitchPreference
android:defaultValue="true" android:defaultValue="true"
android:key="@string/pref_key_show_voice_search" android:key="@string/pref_key_show_search_suggestions"
android:title="@string/preferences_show_voice_search" android:title="@string/preferences_show_search_suggestions"
app:iconSpaceReserved="false" app:iconSpaceReserved="false"
app:allowDividerAbove="false"/> app:allowDividerAbove="false"/>
<CheckBoxPreference <CheckBoxPreference

Loading…
Cancel
Save