0
点赞
收藏
分享

微信扫一扫

自动滚动ListView

桑二小姐 2022-11-24 阅读 58


<ListView android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"
/>

举报

相关推荐

0 条评论