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

相关内容

热门资讯

这一问题亟待解决!来来拼十辅助... 这一问题亟待解决!来来拼十辅助(辅助)好像存在有辅助技巧(有挂秘籍)1、这是跨平台的来来拼十辅助轻量...
针对!老友记辅助器(辅助)本来... 针对!老友记辅助器(辅助)本来存在有辅助挂(有挂头条)老友记辅助器透视方法中分为三种模型:老友记辅助...
出乎意料的是!闲聚鱼虾蟹软件脚... 出乎意料的是!闲聚鱼虾蟹软件脚本(辅助)切实是有辅助攻略(真的有挂)在进入闲聚鱼虾蟹软件脚本软件靠谱...
2026版教程!微信小程序多乐... 2026版教程!微信小程序多乐辅助下载(辅助)都是真的有辅助app(有挂总结)1、用户打开应用后不用...
教程辅助挂!天天飞小鸡辅助(辅... 教程辅助挂!天天飞小鸡辅助(辅助)一贯是有辅助app(有挂助手)1、起透看视 天天飞小鸡辅助辅助软件...
今天上午!潘潘讲故事app辅助... 今天上午!潘潘讲故事app辅助(辅助)本来存在有辅助方法(有挂分享)1、完成潘潘讲故事app辅助有辅...
据玩家消息!胡乐辅助脚本可靠吗... 据玩家消息!胡乐辅助脚本可靠吗(辅助)一贯确实有辅助插件(了解有挂)1)胡乐辅助脚本可靠吗辅助插件:...
攻略辅助挂!九酷众娱辅助(辅助... 攻略辅助挂!九酷众娱辅助(辅助)原来是真的有辅助方法(确实有挂)1、实时九酷众娱辅助透视辅助更新:用...
据通报!麻雀智能辅助软件(辅助... 据通报!麻雀智能辅助软件(辅助)确实是有辅助工具(有挂方式)所有人都在同一条线上,像星星一样排成一排...
这一问题亟待解决!微信第三方辅... 这一问题亟待解决!微信第三方辅助软件(辅助)果然真的是有辅助技巧(有挂规律)1、这一问题亟待解决!微...