开发者

ListView text size

开发者 https://www.devze.com 2023-02-01 19:17 出处:网络
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?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消