From ae2474323e1ece667d491ab0579552f16344c397 Mon Sep 17 00:00:00 2001 From: ekager Date: Mon, 5 Aug 2019 15:21:29 -0700 Subject: [PATCH] [fenix] No issue: Removes focusableInTouchMode from home searchbar view --- app/src/main/res/layout/fragment_home.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 69977a9e7c..15f0e57b5c 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -60,9 +60,10 @@ android:layout_marginTop="48dp" android:layout_marginEnd="16dp" android:background="@drawable/home_search_background_normal" + android:clickable="true" android:contentDescription="@string/search_hint" android:elevation="@dimen/toolbar_elevation" - android:focusableInTouchMode="true" + android:focusable="true" android:transitionName="toolbar_wrapper_transition" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"