Listview不滚动。矛盾布局中的简单列表视图

时间:2019-05-27 14:47:15

标签: android android-listview

Android Studio Listview不滚动。移动设备为垂直时,我的列表视图适合屏幕显示,但水平放置时,我的列表视图不适合屏幕显示。因此需要列表滚动。任何帮助将不胜感激,谢谢

我尝试更改高度布局约束等

<ListView
    android:id="@+id/firstaidListView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginStart="8dp"
    android:layout_marginLeft="8dp"
    android:layout_marginTop="8dp"
    android:layout_marginEnd="8dp"
    android:layout_marginRight="8dp"
    android:background="@android:color/background_light"
    android:orientation="vertical"
    android:scrollbarStyle="insideInset"
    app:layout_constraintTop_toBottomOf="@id/firstaidTextView2"
    app:layout_constraintEnd_toEndOf="parent"
    >

  </ListView>

一切看起来都很好,只是没有滚动,根本没有动静。

0 个答案:

没有答案