Почему это перекрывается?
Он хорошо размещен в предварительном просмотре, но когда вы запускаете приложение, он выглядит так, как вы его видите.
Пример решения перекрытия:
<LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal"> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button"/> </LinearLayout>