You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
I'm using constraintLayout programmatically, and spend few hours to detect the bug about use barrier.
Call the inline function lparams on barrier is a wrong call, should prevent user to call it accidentally.
constraintLayout {
barrier {
id = R.id.id5
type = Barrier.BOTTOM
referencedIds = intArrayOf(R.id.id2, R.id.id4)
} // .lparams(wrapContent, wrapContent) // must avoid to use lparams here
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using
constraintLayout
programmatically, and spend few hours to detect the bug about usebarrier
.Call the inline function
lparams
onbarrier
is a wrong call, should prevent user to call it accidentally.The text was updated successfully, but these errors were encountered: