isGone |
var View?.isGone: Boolean |
isVisible |
Parameter mapped to given Views visibility.
var View?.isVisible: Boolean |
toGone |
Sets the visibility of the given View to View.GONE. fun View?.toGone(): Unit |
toInvisible |
Sets the visibility of the given View to View.INVISIBLE. fun View?.toInvisible(): Unit |
toVisible |
Sets the visibility of the given View to View.VISIBLE. fun View?.toVisible(): Unit |