timusus / RecyclerView-FastScroll

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

Separate padding left|top|right|bottom #58

Closed chiara-pugno closed 7 years ago

chiara-pugno commented 7 years ago

I need of distinguishing between padding left and other paddings of fastscroll. Now all paddings have the same value : fastscroll_scrollbar_padding.

Can you separate them with for example fastscroll_scrollbar_padding_left fastscroll_scrollbar_padding_top ecc...?

Thanks