We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b035673 commit c01b574Copy full SHA for c01b574
1 file changed
README.md
@@ -1,2 +1,18 @@
1
# AutoFlowLayout
2
自定义LinearLayout,支持自动换行,指定行数,实现流式布局
3
+
4
+Step 1. Add the JitPack repository to your build file
5
+```
6
+ allprojects {
7
+ repositories {
8
+ ...
9
+ maven { url 'https://jitpack.io' }
10
+ }
11
12
13
+Step 2. Add the dependency
14
15
+dependencies {
16
+ compile 'com.github.LRH1993:AutoFlowLayout:1.0.2'
17
18
0 commit comments