+ 2
Constraint Layout in Android studio
I'm having a horrible experience with using constraint layout in android studio after update.How to use these layouts properly???
3 ответов
+ 1
XML layout changes its default to constraint layout after update.
I can change that to linear or relative layout.
But it sounds interesting to learn constraint layout .
+ 1
Thanks a lot.If you update it share some experience about it .
+ 1
Constraint layout has been designed to handle consistency on all screens. ie. with it you can set the distance between each control and that will stay constant on all devices. It's recommended to use it even though, yes at first sight it is quite difficult.