I have two images in constraint layout. I want to use chains feature with design page in android studio but I can't find icon or menu that represent Chains feature.
The small buttons shown on the screenshots are now available on the right click menu, Google updated the UI for more easy layout operations.
ConstraintLayout
with Android Studio's 'Layout Editor'?The chain style can be controlled by "chain" button right below the view:
Click on it few times to toggle between all 3 modes:
spread (the default one)
spread_inside
packed
Let's see some examples
Here we used the pack
option
. similar to this, you can try spread
and spread inside
options of chain
to see the difference. cheers :)