When using setVisibility (int) int, there can be VISIBLE, INVISIBLE, and GONE. These, when I look at them, have (obviously) a set of int values. However, I cannot just insert (say) "GONE" because it is not recognized. How to import definitions, or should I define them in my own code?
user611089
source
share