在RecyleView中尝试inflate a layout的时候报了这样一个异常:requestLayout() improperly called by android.widget.xxx during layout: running second layout pass
解决方案是:在RecyleView声明的XML中上android:fastScrollEnabled="false";
最后参照了点击打开链接
在RecyleView中尝试inflate a layout的时候报了这样一个异常:requestLayout() improperly called by android.widget.xxx during layout: running second layout pass
解决方案是:在RecyleView声明的XML中上android:fastScrollEnabled="false";
最后参照了点击打开链接