ConstraintLayout Treats Multiple Horizontal Chains Differently

后端 未结 3 1687
天命终不由人
天命终不由人 2021-01-24 09:34

I am attempting to set up what I thought should be a simple layout with a ConstraintLayout I have a series of text entries, with labels whose size can change from l

3条回答
  •  余生分开走
    2021-01-24 10:00

    The Android dev team confirmed this is a bug, and it has been fixed in the beta6 release. The layout now works without the need for any chains or spaces (the solution below is what they suggested in the ticket).

    https://issuetracker.google.com/issues/74469361

    
    
    
    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题