【Android】BottomNavigation设置各个tab页面

 

  • 项目主页
  • 引入BottomNavigation
  • 使用BottomNavigation
  • 设置页面

项目主页

见:https://github.com/Ashok-Varma/BottomNavigation

 

引入

Gradle:compile 'com.ashokvarma.android:bottom-navigation-bar:2.1.0'

如果你遇到这个问题:

请改为:

implementation 'com.ashokvarma.android:bottom-navigation-bar:2.1.0'

 

使用

wiki:https://github.com/Ashok-Varma/BottomNavigation/wiki

 

添加tab页

 

posted on 2019-04-19 00:31  Deonew  阅读(258)  评论(0编辑  收藏  举报

导航