我希望我的ListView
有一个垂直滚动条,但我无法弄明白。我现在所拥有的东西没有效果。
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fastScrollEnabled="true"
android:fastScrollAlwaysVisible="true"
android:scrollbars="vertical"
android:scrollbarAlwaysDrawVerticalTrack="true"
android:scrollbarSize="6dp"
android:fadeScrollbars="false">
</ListView>