android ListView自动滚动方法
时间:2021-08-11 08:24:01|栏目:Android代码|点击: 次
复制代码 代码如下:
<ListView android:id="listCWJ"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"
/>