Commit 3614f2d8 authored by zhang_z's avatar zhang_z

Merge remote-tracking branch 'origin/master'

parents 8ba975d2 b4c13a57
......@@ -195,7 +195,7 @@ public class RecyclerViewUtil {
int bottom = 0;
top = child.getBottom() + params.bottomMargin +2;
top = child.getBottom() + params.bottomMargin +1;
bottom = top + mDividerHight;
//画分割线
mDividerDarwable.setBounds(left, top, right, bottom);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment