Reputation: 11
I can't see the [baseline edit] [delete constraint] and [cycle chain mode] buttons (x, ab and chainbuttons) below the selected components in the Layout Editor in my updated Android Studio 3.4.1 Is there a way to activate them?
I can't see the icons under the buttons in the image
Upvotes: 0
Views: 1117
Reputation: 11
Apparently they moved those options to the right-click menu. When you right-click one of the chained element you can see the chain mode option.
Upvotes: 1
Reputation: 521
I think @EnsLab answer will do, but I want to add another option.
you can also:
Go to the attributes inspector and click the search button.
Search for "chain"
If not already expanded, expand the layout constraints list.
In here you'll find the "layout_constraintHorizontal_chainStyle" and the "layout_constraintVertical_chainStyle"
Clicking on the dropdown button will show you the cycle chain modes that you can use/select.
Upvotes: 0