Constraint layout Group Kotlin
Tue Mar 23 2021 09:11:25 GMT+0000 (UTC)
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
Comments