AndroidRecyclerView水平布局中GridLayoutManager存在装饰问题吗?
创始人
2024-10-09 17:32:30
0

问题描述: 在使用RecyclerView实现水平滚动的布局时,如果使用GridLayoutManager并添加了ItemDecoration,则会发现装饰物会错位或缺失。这是由于GridLayoutManager的实现中,对于装饰物的绘制并没有进行完备的处理。

解决步骤: 我们可以通过重写GridLayoutManager的onDraw方法,手动绘制装饰物来解决此问题,代码示例如下:

private final Rect mBounds = new Rect(); //用于存储当前item的位置信息 @Override public void onDraw(Canvas c, RecyclerView parent, RecyclerView.State state) { final int childCount = parent.getChildCount(); final int spanCount = getSpanCount(); for (int i = 0; i < childCount; i++) { final View child = parent.getChildAt(i); final int position = parent.getChildAdapterPosition(child); if (position < spanCount) { continue; } /** 绘制顶部装饰物 / if (position % spanCount == 0) { mBounds.set(parent.getPaddingLeft(), parent.getPaddingTop(), parent.getWidth() - parent.getPaddingRight(), child.getTop()); drawTop(c, parent, mBounds); } /* 绘制底部装饰物 / drawBottom(c, parent, child, spanCount); /* 绘制item右边装饰物 */ if ((position + 1) % spanCount != 0) { mBounds.set(child.getRight(), child.getTop(), child.getRight() + getDecorationWidth(), child.getBottom()); drawRight(c, parent, mBounds); } } } private void drawTop(Canvas c, RecyclerView parent, Rect bounds) { final Drawable drawable = getTopDecoration(); drawable.setBounds(bounds); drawable.draw(c); } private void drawBottom(Canvas c, RecyclerView parent, View child, int spanCount) { final RecyclerView.LayoutParams layoutParams = (RecyclerView.LayoutParams) child.getLayoutParams(); final int position = parent.getChildAdapterPosition(child); final Drawable drawable = getBottomDecoration(); if (position >= spanCount) { mBounds.set(child.getLeft() - layoutParams.leftMargin, child.getTop() - getDecorationWidth(), child.getRight(), child.getTop()); drawable.setBounds(mBounds); drawable.draw(c); } } private void drawRight(Canvas c, RecyclerView parent, Rect bounds) { final Drawable drawable = getRightDecoration(); drawable.setBounds(bounds); drawable.draw(c); }

在此代码中,我们重载了onDraw

相关内容

热门资讯

十分钟透明!多乐跑得快有猫腻吗... 相信很多朋友都在电脑上玩过多乐跑得快有猫腻吗吧,但是很多朋友都在抱怨用电脑玩起来不方便。为此小编给大...
4分钟详情!三哥玩有没有外挂,... 4分钟详情!三哥玩有没有外挂,Aapoker app(详细透视辅助app教程)是一款可以让一直输的玩...
9分钟总结!浙江宝宝游戏辅助,... 《9分钟总结!浙江宝宝游戏辅助,德扑之星可以查数据(详细透视辅助脚本教程)》 浙江宝宝游戏辅助软件透...
2分钟详情!康娱麻将有挂吗,w... 2分钟详情!康娱麻将有挂吗,wpk俱乐部有ai(详细透视辅助黑科技教程)1、点击下载安装,微扑克wp...
8分钟黑科技!碧海麻将是不是有... 8分钟黑科技!碧海麻将是不是有挂的,wopoker德州真的有挂(详细透视辅助插件教程)科技教程也叫必...
4分钟教学!微信麻将雀神有挂吗... 4分钟教学!微信麻将雀神有挂吗,wpk微扑克辅助是真的(详细透视辅助器教程);微信麻将雀神有挂吗黑科...
8分钟详情!天天微友有辅助吗,... 8分钟详情!天天微友有辅助吗,gg扑克实战(详细透视辅助挂教程)这是由厦门游乐互动科技有限公司精心打...
7分钟技巧!微信小程序干瞪眼开... 7分钟技巧!微信小程序干瞪眼开挂,wpk可以提高胜率(详细透视辅助脚本教程);《WPK辅助透视》‌:...
九分钟规律!中至麻将胡牌神器软... 九分钟规律!中至麻将胡牌神器软件,cloud辅助(详细透视辅助脚本教程);中至麻将胡牌神器软件简单的...
3分钟教学!三哥玩十三水外 挂... 1、3分钟教学!三哥玩十三水外 挂真的,wepoke透明黑科技(详细透视辅助黑科技教程)2、进入游戏...