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"