gpt4 book ai didi

android - onMeasure、onLayout、OnGlobalLayoutListener 的区别

转载 作者:太空宇宙 更新时间:2023-11-03 13:18:03 25 4
gpt4 key购买 nike

我正在做一个非常简单的功能,比如在 TextView 的末尾添加省略号。

我可以在 onMeasure()、onLayout() 和 OnGlobalLayoutListener() 调用中添加该功能。但我真的很想知道在这三种不同的方法中实现相同的功能有什么区别。选择这些不同的实现方式有什么偏好或利弊吗?

谢谢

最佳答案

尝试关注this会有帮助

The layout process consists of two passes, measuring and layouting. A bit simplified we can say that the measure pass sets how big the view should be, the dimensions of it, and that the layout pass sets where to place the view, the position of it. The layout part is only interesting for views with children, in other words views that inherits from ViewGroup.

关于android - onMeasure、onLayout、OnGlobalLayoutListener 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32788700/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com