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.
如何在android中创建一个列表视图,以便当我想单击列表项时,它会展开以显示更多详细信息?
您可以使用可扩展列表方法
只需覆盖以下方法
setOnChildClickListener(ExpandableListView.OnChildClickListener onChildClickListener) setOnGroupClickListener(ExpandableListView.OnGroupClickListener onGroupClickListener)
这里面,当您单击子项或组项时,您可以根据需要进行任何操作