Skip to content

Commit ce3915f

Browse files
author
uis
committed
v0.1.1文档更新
1 parent 3643e2f commit ce3915f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![效果图](/images/image_normal.png) ![效果图](/images/image_left.png) ![效果图](/images/image_right.png)
88

99
### Use
10-
implementation 'com.uis:stackviewlayout:0.1.0'
10+
implementation 'com.uis:stackviewlayout:0.1.1'
1111

1212
### [老版本](README-StackLayout.md)
1313

@@ -20,9 +20,15 @@ stackOffsetX|x方向偏移因子|2dp
2020
stackPaddingY|y方向偏移距离|10dp
2121
stackOffsetY|y方向偏移因子|2dp
2222
stackAutoPlay|自动轮播(looper)|true
23+
stackDelay|自动轮播延时时间mills|3000
24+
stackDuration|自动轮播播放时间mills|600
2325
stackSize|层叠数量(stack size)|3
2426
stackAspectRatio|宽高比,宽度须有值|0
2527

28+
### Version
29+
v0.1.0->初始版本,滑动利用Scroller,支持手动滑动和自动轮播,支持多种布局
30+
v0.1.1->fixed 点击后自动轮播失效,增加轮播延时、轮播时间设置
31+
2632
### License
2733

2834
Copyright 2018, uis

0 commit comments

Comments
 (0)