列表 滑动 constraintlayout 错位
2020-07-29 本文已影响0人
朱_c713
滑动后未收的位置错位。
```
View itemView = LayoutInflater.from(this).inflate(R.layout.meter_record_item, null);
```
改成:
View itemView = LayoutInflater.from(this).inflate(R.layout.meter_record_item, parent,false);