Android Percentage Layout Height

后端 未结 5 920
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-08 03:49

I know that it is impossible to set percentages and that you can set a weight of certain images to scale their heights. What I am trying to do though is specify the height o

5条回答
  •  自闭症患者
    2020-12-08 04:22

    With introduction of ContraintLayout, it's possible to implement with Guidelines:

    
    
    
        
    
        
    
    
    

    You can read more in this article Building interfaces with ConstraintLayout.

提交回复
热议问题