fun View.bindVisibility(visible: Boolean): Unit
Sets the visibility of a View.
visible - true for View.VISIBLE and false for View.GONE.
visible
Receiver The target view.
Author Jan Müller