I have written a library for displaying Twitter posts after a JSON link has been passed to a Twitter object, and everything is working great except for one small problem: I would like to allow the user to define their own styles to override the default styles from the library, and I would prefer if this could be done via XML rather than pragmatically. I'm able to override things such as background color, but I can't change any of the sub views of the custom listview item, such as the textviews. Is there a way, like in CSS, to change myCustomListView.textview's font color and other properties?
Thank you!