To give Margin between fields can assign in four directions.
android:layout_margin="10dp"
you can also use followings for different directions..
android:layout_marginLeft = "10dp"
android:layout_marginRight = "10dp"
android:layout_marginTop = "10dp"
android:layout_marginBottom = "10dp"