Custom color for the section box displayed on a ListView with fast scrolling enabled in Android

Posted by rciovati on Stack Overflow See other posts from Stack Overflow or by rciovati
Published on 2010-04-27T22:09:05Z Indexed on 2010/04/27 22:13 UTC
Read the original article Hit count: 250

Filed under:
|
|

I have an adapter that implements the SectionIndexer interface in order to display the box that indicate the letter of the section when the user scroll my listview (like when you scroll a contact list). It works well but i need to customize the background and the text color of this box. Any advice?

© Stack Overflow or respective owner

Related posts about android

Related posts about listview