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.
我有一个列表活动。这将显示单选按钮选择列表。当我选择某些内容时,我会保存该选择,当我返回列表时,相同的单选按钮会突出显示。
有没有办法在列表第一次出现时显示列表中具有选择的部分,而不是显示列表的开头?
您可以使用listView.setSelection(int savedPosition)来设置选定的位置。
listView.setSelection(int savedPosition)