We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3643e2f commit ce3915fCopy full SHA for ce3915f
1 file changed
README.md
@@ -7,7 +7,7 @@
7
  
8
9
### Use
10
- implementation 'com.uis:stackviewlayout:0.1.0'
+ implementation 'com.uis:stackviewlayout:0.1.1'
11
12
### [老版本](README-StackLayout.md)
13
@@ -20,9 +20,15 @@ stackOffsetX|x方向偏移因子|2dp
20
stackPaddingY|y方向偏移距离|10dp
21
stackOffsetY|y方向偏移因子|2dp
22
stackAutoPlay|自动轮播(looper)|true
23
+stackDelay|自动轮播延时时间mills|3000
24
+stackDuration|自动轮播播放时间mills|600
25
stackSize|层叠数量(stack size)|3
26
stackAspectRatio|宽高比,宽度须有值|0
27
28
+### Version
29
+ v0.1.0->初始版本,滑动利用Scroller,支持手动滑动和自动轮播,支持多种布局
30
+ v0.1.1->fixed 点击后自动轮播失效,增加轮播延时、轮播时间设置
31
+
32
### License
33
34
Copyright 2018, uis
0 commit comments