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

相关内容

热门资讯

透视了解!wepoker辅助下... 透视了解!wepoker辅助下载,wepoker有机器人吗,曝光教程(原生是真的有挂),支持语音通讯...
透视辅助!wepoker辅助器... 透视辅助!wepoker辅助器下载,智星菠萝辅助,揭秘真相(有挂教程);亲,关键说明,赛季回归,软件...
透视实锤!红龙poker透视工... 1、透视实锤!红龙poker透视工具,wpk辅助器,新版2025教程(原生是有挂)。2、红龙poke...
透视最新!wpk辅助工具下载,... 透视最新!wpk辅助工具下载,wpk辅助器,详细说明(有挂教学)1、每一步都需要思考,不同水平的挑战...
透视总结!hhpoker辅助下... 这是一款非常优秀的hhpoker辅助下载 ia辅助检测软件,能够让你了解到hhpoker辅助下载中牌...
透视讲解!wepoker辅助器... 透视讲解!wepoker辅助器安装包,wepoker底牌透视脚本下载,玩家必看教程(有挂教学)1)辅...
透视安装!wpk脚本下载,安装... 1、透视安装!wpk脚本下载,安装不了wepoker,线上教程(往昔真的是有挂)2、进入游戏-大厅左...
透视透视挂!aapoker辅助... 透视透视挂!aapoker辅助插件工具下载,wepoker辅助器是真的的吗,一分钟了解(有挂透明);...
透视存在!wepoker透视脚... 1、透视存在!wepoker透视脚本下载,pokemomo辅助工具,总结教程(固有存在有挂);详细教...
透视脚本!wepoker脚本,... 透视脚本!wepoker脚本,智星菠萝可以辅助吗,分享一款(有挂教程)1、进入到黑科技之后,能看到左...