Android ListView 他の要素と重なって表示される

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" />
 

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください