1. 程式人生 > >【Android】BottomNavigation設置各個tab頁面

【Android】BottomNavigation設置各個tab頁面

.com hub inf tom 引入 頁面 tab頁 github adl

  • 項目主頁
  • 引入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頁

【Android】BottomNavigation設置各個tab頁面