Margin/Padding in percentage in XML

前端 未结 4 784
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:37

    Though it is quite late, it can be done with Android percentageRelativeLayout https://developer.android.com/reference/android/support/percent/PercentRelativeLayout.html One can use percentage with some attributes but not all are supported. Like padding is still not supported in percentage whereas margin is.

提交回复
热议问题