app / de.uniks.codliners.stock_simulator.ui / android.view.View / bindVisibility

bindVisibility

fun View.bindVisibility(visible: Boolean): Unit

Sets the visibility of a View.

Parameters

visible - true for View.VISIBLE and false for View.GONE.

Receiver
The target view.

Author
Jan Müller