MultiTypeView icon indicating copy to clipboard operation
MultiTypeView copied to clipboard

[DEPRECATED] 不再维护,可以使用 https://github.com/drakeet/MultiType

Results 5 MultiTypeView issues
Sort by recently updated
recently updated
newest added

当前怎么获取recyclerview 里面 不同fragment的数据

IllegalArgumentException: No view found for id 0x1 (unknown) for fragment

向里面传值要自己单独实例化或者静态方法吗

添加的一个fragment中有一个recyclerView LinearLayoutManager layoutManager = new LinearLayoutManager(context); layoutManager.setOrientation(LinearLayoutManager.HORIZONTAL); 不显示出来,请问怎么回事