3

I have a Custom ListView containing events. The Adapters SectionIndexer indexes the day of the week and time of the events upon fastscrolling (e.g. Monday 10:00) but with the default styling of the fastscrolling text, the text is to big and gets cut at the edges.

Is there any way to change the layout of the SextionIndexer dialog? I specifically want to remove the box in the background (or enlarge it to match the day and time displayed) and change the textSize.

There must be a way :) I can't be the only one wanting to index something else than the first letters!

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
DecodeGnome
  • 1,809
  • 1
  • 19
  • 36

1 Answers1

3

Maybe you already got your answer but anyway for you and others I found a post about this problem Take a look at this post Fast Scroll display problem with ListAdapter and SectionIndexer

Hope it helps!

Community
  • 1
  • 1
Daniel
  • 1,275
  • 1
  • 22
  • 31