Answer the question
In order to leave comments, you need to log in
How to hide an element so it doesn't take up space?
On the web, there are two CSS properties for hiding elements: and . In the first case, the invisible element does not take up space on the page; in the second case, it does.
What are the similar properties in Android? Attributes and ? display: none;
visibility: hidden;
android:display="none"
android:visibility="hidden"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question