gpt4 book ai didi

android - 如何让回收者 View 开始从中心添加项目?

转载 作者:可可西里 更新时间:2023-11-01 19:05:50 24 4
gpt4 key购买 nike

  • 我有一个以“水平线性布局”作为布局管理器的 recyclerView。
  • Recycler View 是框架布局,layout_gravity = "center", layout_width="wrap_content"
  • 我希望回收者 View 从中心开始添加项目。
  • 这是我想要的:

enter image description here

enter image description here

enter image description here

  • 这是我得到的:

enter image description here

  • 您可以看到在最后一张图片中,项目是从左侧添加的。我希望它从中心添加项目,如前三张图片所示。

最佳答案

我有同样的问题,并为我的水平 RecyclerView 解决了这个问题:

    <android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="wrap_content"
android:layout_height="68dp"
android:layout_centerHorizontal="true"
android:orientation="horizontal"
app:layoutManager="android.support.v7.widget.LinearLayoutManager" />

这里主要部分是android:layout_centerHorizo​​ntal="true"和 layout_width="wrap_content"

关于android - 如何让回收者 View 开始从中心添加项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30259741/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com