mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Fix SearchView is not visible properly in lower API devices (#4333)
This commit is contained in:
parent
e2f3d88703
commit
fd2a7a9c56
3 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue