EnsLab
EnsLab

Reputation: 11

In my Layout Editor, [delete constraint] [baseline edit] and [cycle chain mode] buttons A.K.A. (x, ab and chainbuttons) are not visible

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

Answers (2)

EnsLab
EnsLab

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

Napinator
Napinator

Reputation: 521

I think @EnsLab answer will do, but I want to add another option.

you can also:

  1. Go to the attributes inspector and click the search button.

  2. Search for "chain"

  3. If not already expanded, expand the layout constraints list.

  4. In here you'll find the "layout_constraintHorizontal_chainStyle" and the "layout_constraintVertical_chainStyle"

  5. Clicking on the dropdown button will show you the cycle chain modes that you can use/select.

Upvotes: 0

Related Questions