ListViewに「android:layout_weight=”1″」を追加する
<ListView
android:id="@+id/listView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:layout_weight="1"
app:layout_constraintStart_toStartOf="@+id/buttonSearch"
app:layout_constraintTop_toBottomOf="@+id/buttonSearch" />