android ScrollView nested RecyclerView show only solution to a data

In RecyclerView RelativeLayout outer layer can be put. If the list has not write edittext

<RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <android.support.v7.widget.RecyclerView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="#F5F5F5"
        android:overScrollMode="never"
        android:scrollbars="none"/>

</RelativeLayout>

 

Published 76 original articles · won praise 39 · views 110 000 +

Guess you like

Origin blog.csdn.net/qq_26075861/article/details/86685293