We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532bd35 commit 9fa1395Copy full SHA for 9fa1395
app/src/main/java/com/zaaach/transformerslayoutdemo/ListActivity.java
@@ -40,8 +40,8 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
40
.lines(2)
41
.spanCount(5)
42
.scrollBarWidth(Util.dp2px(this, 40))
43
- .scrollBarHeight(Util.dp2px(this, 40))
44
- .scrollBarRadius(Util.dp2px(this, 40))/*Util.dp2px(this, 3) / 2f*/
+ .scrollBarHeight(Util.dp2px(this, 4))
+ .scrollBarRadius(Util.dp2px(this, 4) / 2)
45
.scrollBarTopMargin(Util.dp2px(this, 6))
46
.scrollBarTrackColor(Color.parseColor("#e5e5e5"))
47
.scrollBarThumbColor(Color.parseColor("#658421"))
0 commit comments