Remove underline under SearchView.

This commit is contained in:
Antoine POPINEAU 2019-10-30 22:28:31 +01:00
parent 43ffffa68f
commit 993e780d54
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:iconifiedByDefault="false"
app:queryBackground="@android:color/transparent"
app:queryHint="@string/search_placeholder" />
</androidx.cardview.widget.CardView>