发现一个问题
Opened this issue · 1 comments
nextmrwang commented
FilterView.java
-255 show();
第一次点击filterTab再点击另一个Tab不走测量方法
panelHeight = llContentListView.getHeight();
导致这个高度还是第一个fiterView的高度;
第二个filterView收起来的时候用的高度是第一个filterView的高度
如果第二个filterView高度>第一个filterView高度
那就导致第二个filterView没有完全收起
修改:把 259行的else if (!isShowing) {}去掉就行了
nextmrwang commented
标题栏可以点击穿透到下面的控件