Fix SearchView is not visible properly in lower API devices (#4333)

This commit is contained in:
Ayan Sarkar 2021-04-08 18:27:50 +05:30 committed by GitHub
parent e2f3d88703
commit fd2a7a9c56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,7 @@
android:text="@string/place_type"
android:textColor="@color/white"/>
<SearchView
<androidx.appcompat.widget.SearchView
android:id="@+id/search_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"