Skip to content

shengqf/FlowLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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、同步工程即可使用