Skip to content

Commit 9fa1395

Browse files
author
zaaach
committed
demo示例修改
1 parent 532bd35 commit 9fa1395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/zaaach/transformerslayoutdemo/ListActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
4040
.lines(2)
4141
.spanCount(5)
4242
.scrollBarWidth(Util.dp2px(this, 40))
43-
.scrollBarHeight(Util.dp2px(this, 40))
44-
.scrollBarRadius(Util.dp2px(this, 40))/*Util.dp2px(this, 3) / 2f*/
43+
.scrollBarHeight(Util.dp2px(this, 4))
44+
.scrollBarRadius(Util.dp2px(this, 4) / 2)
4545
.scrollBarTopMargin(Util.dp2px(this, 6))
4646
.scrollBarTrackColor(Color.parseColor("#e5e5e5"))
4747
.scrollBarThumbColor(Color.parseColor("#658421"))

0 commit comments

Comments
 (0)