滑动后未收的位置错位。
```
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);
滑动后未收的位置错位。
```
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);
本文标题:列表 滑动 constraintlayout 错位
本文链接:https://www.haomeiwen.com/subject/lszcrktx.html
网友评论