<Button
	android:id="@+id/firstOne"
	android:layout_width="wrap_content"
	android:layout_height="wrap_content"
	android:text="First one"
	android:layout_alignParentLeft="true"
	android:layout_alignParentStart="true"
	android:layout_marginTop="53dp"
	/>

<Button
	android:id="@+id/secondOne"
	android:layout_height="wrap_content"
	android:layout_width="wrap_content"
	android:layout_below="@+id/firstOne"
	android:text="Second one"
	/>

Notice line:

android:layout_below="@+id/firstOne"