app / de.uniks.codliners.stock_simulator.ui / androidx.cardview.widget.CardView / bindEnableCardView

bindEnableCardView

fun CardView.bindEnableCardView(enabled: Boolean): Unit

Changes the CardView background color to create an enable/disable effect.

Parameters

enabled - If set to true, the CardView will be enabled. If set to false, the CardView will be disabled.

Author
Lucas Held