Android: Custom layout for SectionIndex dialog

I have a custom list containing events. Adapters SectionIndexer indexes the day of the week and the time of events during quick viewing (for example, Monday 10:00), but with the default style for fast scroll text, the text is large and cropped around the edges.

Can I change the layout of the SextionIndexer dialog box? I specifically want to remove the field in the background (or increase it to reflect the day and time) and change the textSize.

There must be a way :) I cannot be the only one who wants to index something else than the first letters!

+3
source share
1 answer
+3

All Articles