List with RecyclerView

0

I created a list with recyclerView, but it only shows me one item of the item, and I have to do Scroll to see the others. Is there any way to display all the items in the list, without having to do Scroll? I'm trying several options, but none works.         

        <android.support.v7.widget.RecyclerView
            android:id="@+id/listUsuarios"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
    </LinearLayout>
    
asked by sylv 02.07.2018 в 15:57
source

0 answers