How to include constraint layout to another constraint layout and set constraint between each

后端 未结 5 1622
伪装坚强ぢ
伪装坚强ぢ 2020-12-13 16:44

I\'m using constraintLyout v 1.0.1.

I would like to include in my xml a sub ConstraintLayout corresponding to a part of my global layout (which itself is a Constrain

5条回答
  •  隐瞒了意图╮
    2020-12-13 17:50

    To include one constraint layout to other contraint layout to use one more contrsaint layout to each parent of include layout... Like below:

    
    
    
    
        
    
    
    

    this is work on my xml layout. Enjoy code.

提交回复
热议问题