Reputation: 5279
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? Ron
Upvotes: 0
Views: 8056
Reputation: 1103
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.
Upvotes: 2