Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个列表,我想实际更改要从底部填充的项目,而不是从 xml 中。
属性有对应的方法android:stackFromBottom吗?
android:stackFromBottom
我想从代码中多次设置它的真或假。
你可以这样做
listView.setTranscriptMode(ListView.TRANSCRIPT_MODE_ALWAYS_SCROLL); listView.setStackFromBottom(true);