[fenix] For https://github.com/mozilla-mobile/fenix/issues/8315: Fixes flicker of search with text

pull/600/head
Sawyer Blatz 5 years ago committed by Emily Kager
parent ba62a9cad6
commit 9ee0e6d39e

@ -124,6 +124,7 @@
android:layout_marginStart="@dimen/search_fragment_shortcuts_label_margin_horizontal"
android:layout_marginTop="@dimen/search_fragment_shortcuts_label_margin_vertical"
android:layout_marginEnd="@dimen/search_fragment_shortcuts_label_margin_horizontal"
android:visibility="gone"
android:text="@string/search_shortcuts_search_with_2"
app:layout_constraintStart_toStartOf="@id/toolbar_wrapper"
app:layout_constraintTop_toBottomOf="@id/awesomeBar_barrier"

Loading…
Cancel
Save