ListView text size
I am not having much success finding how to set the textSize for a ListView in the xml code - do I have to create a style? any suggestions? Ro开发者_JAVA技巧n
You can't set the textSize for a ListView, because a ListView is only the parent-View.
If you want to change the textSize, you have to change it in the child-Views (Documentation).
A similiar question here on stackoverflow.
精彩评论