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?
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.