No issue: Removes focusableInTouchMode from home searchbar view

nightly-build-test
ekager 5 years ago committed by Emily Kager
parent 6f962d3376
commit 0320efee84

@ -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"

Loading…
Cancel
Save