Android底部导航栏框架

底部导航条框架

  • BottomBar2.0

    底部导航
    https://www.jianshu.com/p/2bafd1bbb21b
    https://github.com/Wing-Li/AndroidPractice/tree/master/BottomBar2.0
    https://github.com/roughike/BottomBar
compile 'com.roughike:bottom-bar:2.3.1'
implementation'com.roughike:bottom-bar:2.3.1'
  • bottom-navigation-bar

    底部导航
    https://github.com/Ashok-Varma/BottomNavigation
    https://www.jianshu.com/p/bc6dd7c4a9ba
compile 'com.ashokvarma.android:bottom-navigation-bar:2.0.4'
implementation'com.ashokvarma.android:bottom-navigation-bar:2.0.4'

你可能感兴趣的:(Android底部导航栏框架)