使用案例
开始使用
在根目录下的 build.gradle 中添加
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// 引入库_必须引入lottie-android
implementation 'com.airbnb.android:lottie:3.5.0'
implementation 'com.github.WarmYunyang:BottomTabWithLottieNavigation:1.0.2'
name | format | description |
---|---|---|
btwln_textSize | dimension | 设置字体大小 |
btwln_textSelectColor | color | 设置字体选中颜色 |
btwln_textUnselectColor | color | 设置字体未选中颜色 |
btwln_textBold | enum | 设置字体加粗 |
btwln_textAllCaps | boolean | 设置字体全大写 |
btwln_textVisible | boolean | 设置Text是否可见 |
btwln_iconWidth | dimension | 设置icon宽度 |
btwln_iconHeight | dimension | 设置icon高度 |
btwln_iconMargin | dimension | 设置icon与文字间距 |
btwln_animSpeed | float | 设置动画速度 |
Change Log
1.0.2(2021/03/03)
v1.0.1(2020/12/09)
Init commit