I only started studying android development recently. Right now, I'm focusing on ConstraintLayout.
I've been using this codelab to learn. https://codelabs.developers.google.com/codelabs/constraint-layout/index.html?index=..%2F..%2Findex#10
I'm currently stuck at the barriers part of the codelab. When I try to constraint other views against the barrier, it doesn't seem to interact with the barrier at all.
In the codelab, readers are told to "drag a constraint from the left side of cameraType to the barrier," but when I do that, nothing happens.
I've tried googling how to use barriers for constraints, but I haven't been able to find any information other than what I've already seen in the codelab. Has there been a change on how you do this? Or is there something I have to change with Android Studio?
Is anyone else experiencing this?
Edit: For clarity's sake, here's a link to a gif(from the codelab) which is precisely what I'm trying, but failing, to do.
https://codelabs.developers.google.com/codelabs/constraint-layout/img/ca458bff73338979.gif