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.
我应该重写哪种方法以保证始终获得正确的视图大小?我尝试了 onSizeChanged 和 onLayout 但在我看来,当视图在 listView 内回收时,这些方法并不总是被调用。
那么有没有更好的方法来通知当前视图大小?
您可以覆盖 onMeasure 和 onLayout 方法。每当布局中发生某些事情(焦点更改,元素大小调整,等等)时,都会调用这些方法