H_X_P 2021-03-06 23:03 采纳率: 0%
浏览 889
已结题

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>

 

  • 写回答

1条回答 默认 最新

  • 微光长明 2021-03-08 09:44
    关注

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

    评论

报告相同问题?