timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 182 forks source link

Added option to configure width of track and thumb with XML attributes. #114

Closed EboMike closed 3 years ago

EboMike commented 3 years ago

This is the least invasive option to just configure through XML attributes. It could be extended to add Java wrappers as well, but I didn't verify whether or not changing the width after creation has any side effects.