recyclerview被底部导航栏遮挡,导致显示不全

底部导航栏是使用github上的easynavigation,导航栏上面是fragment+viewpaper,然后图中这个界面是tablayout,里面再嵌套一个recyclerview,现在recyclerview最后一个item显示不了,请问有什么方法解决?

 

main_activity

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity">

    <com.next.easynavigation.view.EasyNavigationBar
        android:id="@+id/navigationBar"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

</RelativeLayout>

 

 

给错布局了,问题没整明白