reddit/IndicatorFastScroll

Dynamic text size

Closed this issue · 2 comments

Is there a way to make the text/alphabet size dynamic depending on the screen size? Because I need to show all the letters but I need make them fit. Thanks in advance

#30 (comment)

You can try the 2nd and 3rd suggestions, i.e. set a different X, Y scale for the fastscroller view or reduce the text size (via styling, android:textAppearance attr) or even vertical padding.

https://github.com/reddit/IndicatorFastScroll#styling

I will try this. Thank you for the suggestions