Margin/Padding in percentage in XML

前端 未结 4 781
Happy的楠姐
Happy的楠姐 2021-01-18 04:47

I am new in android development. I want to set margin & padding in Xml,not in dp or px but in percentage. Is there any way to do this?

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-18 05:34

    It became possible with Guidelines introduced in ConstraintLayout.

    Here's the example of TextView placed at 60% of screen width and 25% of screen height:

    
    
    
        
    
        
    
        
    
    
    

提交回复
热议问题