안녕하세요.
아래의 스크린샷에서 보시면 총 결제금액 부분과, 결제하기 버튼 사이의 아래의 이미지를
꼭 맞추고 싶은데 그 방법을 모르겠습니다.. 이미지가 자꾸 버튼을 넘어서 가버리는 바람에..
좀 모양이 예쁘지 않게 되는데 어떻게 해야, 이걸 총 결제금액과, 결제하기 버튼 사이에 위치시킬수
있을까요.. 아래의 xml 소스 관련해서 적어보았습니다.

<TextView
android:id="@+id/Total_Movie_Money_Textview"
android:layout_toRightOf="@+id/Total_Movie"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="150dp"
android:layout_marginLeft="10dp"
android:textSize="20dp"
android:textStyle="bold" />
<ImageView
android:id="@+id/OnLine_Cash_Image"
android:layout_below="@+id/Total_Movie_Money_Textview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ssr"
/>
<Button
android:id="@+id/Third_Tab_Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="결제 하기"
android:layout_marginTop="380dp"
android:padding="20dp"
android:textSize="20dp"
android:layout_centerHorizontal="true"
android:textAlignment="center"
android:textColor="#9000ff"
android:background="@drawable/white_round_button" />