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.
有没有办法为 ExpandableListView 中的不同组设置不同的组指示器。我已经尝试过setGroupIndicator但它随后将所有组指示器设置为相同的图标。
我不知道有更好的方法来做到这一点。我只是删除了 groupIndicator 并手动添加了一个,我在我的 ExpandableListAdpater 的 getGroupView 中进行了相应的更改...