安卓底部导航栏控件PagerBottomTabStrip

126 阅读1分钟

github.com/tyzlmjj/Pag…

PagerBottomTabStrip

Maven Central |使用指南|DEMO.apk

Android 页面底部和侧边的导航栏。

实现效果图

horizontalvertical
![Material 1]( "Material 1")![Material 2]( "Material 2")
![Material 3]( "Material 3")![Material 4]( "Material 4")

自定义扩展例子

Library中已经实现的一个最普通的效果
PagerBottomTabStrip
Demo中的例子Demo中的例子
PagerBottomTabStripPagerBottomTabStrip

引入库

repositories {
  mavenCentral()
}

dependencies {
  implementation 'me.majiajie:pager-bottom-tab-strip:2.4.0'
}