ron
ron

Reputation: 5279

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? Ron

Upvotes: 0

Views: 8056

Answers (1)

Christoph Haefner
Christoph Haefner

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

Related Questions