ใครเก่ง android studio ช่วยหน่อยครับ

หัดทำ listview คือผมอยากมีปุ่ม button ไว้ส่งค่าที่รับมาจาก listview multichoice เพื่อ intent ไปอีกหน้านึง แต่เวลาโชว์ปุ่มหายไปเลยเหมือน listview ทับต้องแก้ยังไงครับ โค๊ด layout ครับ
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    <ListView
        android:id="@android:id/list"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        />
<Button
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="submit"
    android:layout_gravity="center"
    />
</LinearLayout>
หน้า preview lay out เป็นแบบนี้

แต่ตอนรันปุ่มหายครับ
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่