Skip to content

wwy863399246/BottomBarLayoutKt

Repository files navigation

因为最近在学习kotlin并搭建框架,因此用kotlin写了一遍BottomBarLayout作为新框架底部导航栏UI,用法参考上面链接

下载demo

使用

   allprojects {
           repositories {
   	              ...
   	              maven { url 'https://jitpack.io' }
           }
   }
   dependencies {
            implementation 'com.github.wwy863399246:BottomBarLayoutKt:1.0.1'
   }