如何在RecycleView中删除额外的默认填充?

时间:2016-08-07 12:27:35

标签: android android-recyclerview

我有一个水平排序的RecycleView,我想删除元素之间的额外空白区域。怎么样? RecycleView的结构如下所示。

enter image description here

<android.support.v7.widget.RecyclerView
    android:id="@+id/userSettingList"
    android:layout_marginLeft="120dp"
    android:layout_marginTop="0dp"
    android:layout_marginRight="0dp"
    android:layout_height="66dp"
    android:layout_width="match_parent"
    />

这是行项目xml:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="70dp" android:layout_height="60dp">

    <ImageView
        android:id="@+id/icon"
        android:layout_width="66dp"
        android:layout_height="66dp"
        android:padding="0dp" />

</RelativeLayout>

1 个答案:

答案 0 :(得分:2)

在你的行项目中设置相对布局以包装内容我的意思是android:layout_width =&#34; wrap_content&#34;机器人:layout_height =&#34; WRAP_CONTENT&#34;