Closed ZengHongHua closed 5 years ago
Do you have padding in your recyclerview? Can you share your layout's XML here?
Do you have padding in your recyclerview? Can you share your layout's XML here?
oh yes,I have set padding. <RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="20dp" >
code in my conpany, RecyclerView layout like this: RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingStart="20dp"
Does it still happen if you remove the padding? I've been working on a fix for this tonight. Check the develop branch code and see if it works for you until I release the new version.
I remove the padding, it is ok.
Great :) Will keep this open until 2.0 is released.
Fixed in 2.0
I have a problem, at RecyclerView nested(嵌套) RecyclerView, It creates an interesting problem, It's been rocking there. can you help me,thank you very much. this is the video connection: https://res.cloudinary.com/liuyuesha/video/upload/v1540888109/test_snap_b2aa9s.mp4
Part of the code: @Override public void onBindViewHolder(@NonNull RecyclerView.ViewHolder holder, final int position) {