yjandroid

Results 3 comments of yjandroid

使用原生的RecyclerView,加BaseRecyclerViewAdapterHelper,就是这个https://github.com/CymChad/BaseRecyclerViewAdapterHelper, 加载![image](https://user-images.githubusercontent.com/35422608/51785915-dc38d080-2197-11e9-9795-0a14f94012e4.png)的时候空布局是原来的布局位置。 ![image](https://user-images.githubusercontent.com/35422608/51785919-012d4380-2198-11e9-9f3d-27e26a548692.png) 使用了你的re后再用那个adapter加载空布局,布局会变形,图片不居中了。 ![image](https://user-images.githubusercontent.com/35422608/51785990-4605aa00-2199-11e9-8812-8941ad2f8292.png)

implementation 'com.yanzhenjie:recyclerview-swipe:1.2.2'

我也发现了 不兼容安卓5.0以下。。。