SwipeDelMenuLayout
SwipeDelMenuLayout copied to clipboard
使用 SwipeMenuLayout 作为 ExpandableListView 的 Item 时,onGroupClick 不再被出发
使用 SwipeMenuLayout 作为 ExpandableListView 的 Item 时,onGroupClick 不再被出发。 之前用 LinearLayout 可以。 而用 LinearLayout 内嵌 SwipeMenuLayout 并在点击时手工触发 ll_wrap.performClick() 也不行。。