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.
我有几个 ListFragments 。我想在点击时突出显示选定的项目。当我通过单击上一个列表片段中的项目启动下一个列表片段时,它应该突出显示。请给一些建议
下面的代码为我完成了这项工作。
OnOffListView = (ListView)view.findViewById(R.id.DYNAMICBACKLIGHTLIST); OnOffListView.setChoiceMode(1);
非常简单.....尝试使用基本适配器并根据该位置设置背景颜色。