양쪽에 배치하고 싶은 객체의 중간에 아래의 코드를 작성한다.
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"
/>
그러면 양쪽 배치 완료!
양쪽에 배치하고 싶은 객체의 중간에 아래의 코드를 작성한다.
<View
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_weight="1"
/>
그러면 양쪽 배치 완료!