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 创建一个拖放界面。我想知道OnTouch有没有类似OnChildClickListener的功能?
如果不是,那么在可扩展列表中监听孩子触摸事件的最佳方式是什么?
我意识到我们可以在 getChildView() 中添加一个 OnTouchListener()。每次用户触摸子项时,它都会监听一个触摸事件。