if you want to set the same value for all parties, you can use this:
android:layout_margin="20dp"
if you have a different value for the whole party, you should set them as follows:
android:layout_marginTop="20dp" android:layout_marginLeft="20dp" android:layout_marginBottom="10dp" android:layout_marginRight="5dp"
and the same for filling.
source share