CusBottomHelper icon indicating copy to clipboard operation
CusBottomHelper copied to clipboard

这是一个快速搭建底部导航栏的工具类,支持多种效果

效果图:

image

image

使用

在你的工程上添加:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

在你需要的地方添加:

implementation 'com.github.LillteZheng:CusBottomHelper:v0.6'

例子参考: activity xml配置