# BottomBarLayoutKt **Repository Path**: wangwuyuan/BottomBarLayoutKt ## Basic Information - **Project Name**: BottomBarLayoutKt - **Description**: BottomBarLayoutKt kotlin_x版底部UI框架 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## https://github.com/chaychan/BottomBarLayout 的kotlin,androidX版本 因为最近在学习kotlin并搭建框架,因此用kotlin写了一遍BottomBarLayout作为新框架底部导航栏UI,用法参考上面链接 ## 下载demo ### [点我下载.apk](https://github.com/wwy863399246/BottomBarLayoutKt/tree/master/apk/release/app-release.apk) ## 使用 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.wwy863399246:BottomBarLayoutKt:1.0.1' } ```