timusus / RecyclerView-FastScroll

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

Not able to change tex size of text in popup #37

Closed olavbg closed 7 years ago

olavbg commented 7 years ago

It says in readme that it should be possible to change the text size of the text in the popup using setPopupTextSize(int size), but I don't find any methods supporting this in code. The others for setting background- and text color is there, but not size.

timusus commented 7 years ago

Try recyclerView.setPopupTextSize(int size);