当前位置:主页 > 移动开发 > Android代码 >

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

您可能感兴趣的文章:

相关文章