fragment_picker.xml
623 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layout>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_defult_bg">
<androidx.recyclerview.widget.RecyclerView
android:overScrollMode="never"
android:id="@+id/rv"
android:layout_above="@+id/footer"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/top" />
</RelativeLayout>
</layout>