myinnos / AlphabetIndex-Fast-Scroll-RecyclerView

A Powerful AlphabetIndex FastScroller Library for Android's RecyclerView!
https://myinnos.github.io/AlphabetIndex-Fast-Scroll-RecyclerView/
Apache License 2.0
603 stars 114 forks source link

Added the possibility to configure the preview and fix preview box size calculation #37

Closed diguits closed 6 years ago

diguits commented 6 years ago

This commit adds the possibility to configure the preview text size, text color, background color and background transparency. The sections can be any string and that is very good idea, this allows me to show something like 10, 20, 30, ... in a numerated list. The problem is that the size of the preview box is only taking care of the font high. This commit then, fixed the preview box size calculation for section witch the text width is greater that the text high.

lordplagus02 commented 6 years ago

This PR would do wonders for this package, as far as i'm concerned these options are the only thing missing from an otherwise great library.