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.
我目前有包含 HTML 内容的 TextView,包括不同大小的文本和图像。
TextViews 以这样的方式与其他视图对齐,即只向用户显示三行内容。
无论如何,如果将 TextViews 扩展到其内容的大小,它们会占据的高度吗?
试试这个:TextView.getLayout().getHeight();