fun CardView.bindEnableCardView(enabled: Boolean): Unit
Changes the CardView background color to create an enable/disable effect.
enabled
- If set to true, the CardView will be enabled. If set to false, the CardView will be disabled.
Author
Lucas Held