1
0
Fork 0

No issue: Removes focusableInTouchMode from home searchbar view

master
ekager 2019-08-05 15:21:29 -07:00 committed by Emily Kager
parent 6f962d3376
commit 0320efee84
1 changed files with 2 additions and 1 deletions

View File

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