tangem-app-android-audited/app/src/main/res/layout/layout_search_view.xml
2021-03-17 15:31:03 +03:00

5 lines
No EOL
253 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.SearchView android:id="@+id/search_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" />