💻 Programming

[안드로이드] View.INVISIBLE vs. View.GONE ( INVISIBLE과 GONE의 차이점 )

케이치 2015. 8. 1. 11:00

INVISIBLE과 GONE의 차이점은 아래와 같습니다.


INVISIBLE:

This view is invisible, but it still takes up space for layout purposes.

GONE:

This view is invisible, and it doesn't take any space for layout purposes.