Constraint layout Group Kotlin

PHOTO EMBED

Tue Mar 23 2021 09:11:25 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest.

//Doing this somewhere in code shows text and button
group.visibility = View.VISIBLE 

//Doing this somewhere in code hides text and button
group.visibility = View.GONE
content_copyCOPY