Possible Duplicate:
How can I check if a view is visible or not in Android?
We can setVisibility to VISIBLE
, GONE
and INVISIBLE
.
However, can we check the Visibility in such activity so that we can know which view is gone or which view is visible??