I have a Custom ListView containing events. The Adapters SectionIndexer indexes the month and year of the events upon fastscrolling (e.g. Jan 2011) but with the default styling of the fastscrolling text, the text is too big and overlaps the edges of the dialog.
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 text displayed) and change the textSize. -Generally speeking I really don't know why it was implemented as is... this is a pretty bad implementation not giving the Dialog a WRAP_CONTENT layout which doesen't allow anything but a single character.... There must be a way :) I can't be the only one wanting to index something else than the first letters! Best Regards David -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

