You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find any documentation on how to increase the touch area of the DragScrollBar (it's pretty hard to catch it unless you make it pretty fat).
In the end, I've found a work around and thought I'd leave it here in case anyone was looking to do the same and would be looking here. Maybe add to the documentation ?
You can increase the touch zone by simultaneously increasing: app:msb_barThickness android:paddingRight android:layout_marginRight
In my case, here are the settings I used:
I couldn't find any documentation on how to increase the touch area of the DragScrollBar (it's pretty hard to catch it unless you make it pretty fat).
In the end, I've found a work around and thought I'd leave it here in case anyone was looking to do the same and would be looking here. Maybe add to the documentation ?
You can increase the touch zone by simultaneously increasing:
app:msb_barThickness
android:paddingRight
android:layout_marginRight
In my case, here are the settings I used:
The text was updated successfully, but these errors were encountered: