android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.05k stars 3.01k forks source link

Group problem? #67

Open eexlsong opened 6 years ago

eexlsong commented 6 years ago

When i set the android.support.constraint.Group GONE, then set the reference view VISIBLE, it does not work, the version is 1.1.0

Ccixyj commented 6 years ago

i have this problem: group set invisible not work ,must call group.updatePreLayout(constraintLayout). but set gone works .