Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有任何方法可以检测要适合文本视图的字符串是否到达屏幕末尾并因此更改行,或者文本视图是否跨越 2 行?
我想知道这一点,所以如果文本视图跨越 2 行,我可以增加一些文本视图之间的边距,当然我想动态地执行此操作。
TextView支持getLineCount()- 请仔细查看文档,因为您可能需要先检查视图是否已绘制。
TextView
getLineCount()