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.
我正在尝试清理我的视图层次结构以防止 stackoverflow 错误。
如果我将视图的可见性设置为View.GONE,这会从视图堆栈中删除视图吗?
View.GONE
查看.GONE
此视图是不可见的,并且它不占用任何空间用于布局目的。
View.INVISIBLE
这个视图是不可见的,但它仍然占用空间用于布局。
查看.VISIBLE
此视图是可见的,并且占用空间用于布局目的。
注意:-以上所有视图都会占用内存