BottomTabBar 套用 recycleview出错问题

Posted xuexidememeda

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BottomTabBar 套用 recycleview出错问题相关的知识,希望对你有一定的参考价值。

原来不是用这个框架的 是一个不知名的github开源类  开始感觉很不错 后来套用recycleview就出错应该是碎片关系没处理好 ,后来用bottomtabbar    他的傻逼思想深深撼动了我,因此bottombar也出错 导致我写这篇文章(本人小白尽全力描述遇到的问题)

BottomTabBar  封装的相当不错了,个人感觉 关于fragment 他封装很好懒人加载 点哪一行才会请求网络而且只请求一次

说布局

activity_main.xml  这里不需要写什么固定的 你只要把  BottomTabBar 标签加进去 其他的布局写的你fragment里面

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">


<com.hjm.bottomtabbar.BottomTabBar
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/bottom_bar">
</com.hjm.bottomtabbar.BottomTabBar>

    <!--<com.stdu.x5.utils.BottomBar-->
        <!--android:background="#CD2990"-->
        <!--android:id="@+id/bottom_bar"-->
        <!--android:layout_width="match_parent"-->
        <!--android:layout_height="48dp"-->
        <!--android:layout_gravity="bottom" />-->

</LinearLayout>

fragment 里面的layout

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    >


        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/firstpagerecycler_view"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            >
        </androidx.recyclerview.widget.RecyclerView>




</FrameLayout>

关于mainactivity类里面  没毛病 不会的自行百度

 

以上是关于BottomTabBar 套用 recycleview出错问题的主要内容,如果未能解决你的问题,请参考以下文章

javascript bottomTabBar上的activeTint图标

xml 在NestedScrollView中,RecycleView窃取焦点。 |||链接:https://stackoverflow.com/questions/36923948/recyclevi

如何套用网站模板

Excel 如何在一个表格中套用另一个表格内容

ae模板怎么套用?看完这篇ae模板套用教程你就懂了

bottombar——Fragment