Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 RecyclerView 的 GridLayout。我需要一个看起来像这样的界面 -
回收站视图中的某些项目需要显示在带有圆角的容器内。除了在回收站视图部分中有一个嵌套的回收站视图之外,还有什么方法可以实现这一点?
您可以使用项目装饰器来实现这一点,您必须在绘制容器时添加一些逻辑,例如要实现上图,您必须将此容器分成四个部分,然后为项目 0 绘制左上角,然后绘制右上角第 1 项,第 2 项左下角,第 3 项右下角
如果你能承受失去圆角,那么这对你来说真的很容易