skip to Main Content

Android Studio – Searchview appear on each row of listview

the searchview appears on each listview row: Check the scrrenshot attached. How can i make it apppear only once, at the top. xml: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".Home" android:padding="30dp" > <TextView android:layout_width="match_parent" android:layout_height="match_parent" android:background="#ED0316" android:textSize="22sp" android:fontFamily="sans-serif-condensed-light" android:textColor="#fafafa" android:id="@+id/txt" />…

VIEW QUESTION
Back To Top
Search