Use layout_toStartOf in the first item with second item +id under double quotes
note this argument in textview
android:layout_toStartOf="@+id/selectaccount"
An XML is read from top to bottom
so this is how the Layout is rendered in Android