StickyHeaderListView icon indicating copy to clipboard operation
StickyHeaderListView copied to clipboard

发现一个问题

Open nextmrwang opened this issue 7 years ago • 1 comments

FilterView.java -255 show(); 第一次点击filterTab再点击另一个Tab不走测量方法 panelHeight = llContentListView.getHeight(); 导致这个高度还是第一个fiterView的高度; 第二个filterView收起来的时候用的高度是第一个filterView的高度 如果第二个filterView高度>第一个filterView高度 那就导致第二个filterView没有完全收起

修改:把 259行的else if (!isShowing) {}去掉就行了

nextmrwang avatar Aug 17 '18 02:08 nextmrwang

标题栏可以点击穿透到下面的控件

nextmrwang avatar Aug 18 '18 02:08 nextmrwang