https://mp.csdn.net/postedit
点击打开链接.可以打赏一下或者加个关注
//底部导航compile 'com.hjm:BottomTabBar:1.1.1'//tablayoutimplementation 'com.android.support:design:26.+'compile 'com.android.support:support-v4:26.+'
//控件布局(布局是在实现底部导航栏的类布局里)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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="com.month1.MainActivity"><com.hjm.bottomtabbar.BottomTabBarandroid:id="@+id/bottom_tab_bar"android:layout_width="match_parent"android:layout_height="match_parent"></com.hjm.bottomtabbar.BottomTabBar></LinearLayout>
//Tablayout布局是放在实现顶部导航栏类的布局(暂定为A,下面有代码)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="ht