Here is a screenshot of what is happening:
For some reason, the last card of the RecyclerView is not showing up properly. This is a weird occurrence especially since the RecyclerView is just wrapping content.
<android.support.v7.widget.RecyclerView
android:id="@+id/cardList"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:layout_marginLeft="8dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
Why might something like this occur? How can I make it so that the RecyclerView is not cut off?