Skip to content

Commit

Permalink
demo示例修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaach committed Dec 13, 2019
1 parent 532bd35 commit 9fa1395
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
.lines(2)
.spanCount(5)
.scrollBarWidth(Util.dp2px(this, 40))
.scrollBarHeight(Util.dp2px(this, 40))
.scrollBarRadius(Util.dp2px(this, 40))/*Util.dp2px(this, 3) / 2f*/
.scrollBarHeight(Util.dp2px(this, 4))
.scrollBarRadius(Util.dp2px(this, 4) / 2)
.scrollBarTopMargin(Util.dp2px(this, 6))
.scrollBarTrackColor(Color.parseColor("#e5e5e5"))
.scrollBarThumbColor(Color.parseColor("#658421"))
Expand Down

0 comments on commit 9fa1395

Please sign in to comment.