关于listView显示的一个问题,现在滚动条是显示在listView圆角边框里面,可是这样非常不好看,我想让滚动条显示在整个屏幕的右侧,滚动listView下面的那个linearLayout,而不是滚动listView,不知道这样表述大家能不能明白
将<ScrollView>放到最外面,然后将<ListView>放在他的里面
如:<ScrollView xmlns:android="
http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ListView>
</LIstView>
</ScrollView>