From 2a5d774239f555591c403196b175c2081b2e43f6 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Thu, 20 Feb 2020 14:50:17 -0800 Subject: [PATCH] For #8315: Fixes flicker of search with text --- app/src/main/res/layout/fragment_search.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index 2a1bcde99..fcb47030a 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -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"