Skip to content

Latest commit

 

History

History
45 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

45 lines (21 loc) · 516 Bytes

FlowLayout

流式布局 参考:https://github.com/hongyangAndroid/FlowLayout


使用:

1、项目根目录build文件添加:

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

2、需要使用的FlowLayout的模块的build文件添加:

dependencies {
      
  ...
     
  implementation 'com.github.shengqf:FlowLayout:1.0.0'

}

3、同步工程即可使用