02-28 13:52:05.248 24311-24311/com.pukun.golf W/System.err: java.lang.IllegalArgumentException: LayoutManager android.support.v7.widget.LinearLayoutManager@d5ff4e9 is already attached to a RecyclerView: android.support.v7.widget.RecyclerView{3b0756e VFED..... ......I. 0,0-0,0 #7f10070f app:id/recycler_top}
同一个页面有多个recyclerview时 LayoutManager 不能复用,只有重新new出来才可以用。