I have a fragment with a toolbar and a recyclerView inside it.
I am populating the recyclerView with dummy data and then try to show them. For some reason, the last
add android:layout_gravity="top" to recyclerview. if this didn't work add android:layout_gravity="fill_verticle"
android:layout_gravity="top"
recyclerview
android:layout_gravity="fill_verticle"