-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
<android.support.v7.widget.RecyclerView
android:id="@+id/rvDonateUser"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:overScrollMode="never"
android:scrollbars="none"
app:layoutManager="LinearLayoutManager"
app:spanCount="2"
tools:orientation="horizontal"
tools:layoutManager="LinearLayoutManager"
tools:listitem="@layout/item_donate_user"
tools:spanCount="1" />
效果
推荐加到README中,帮助更多的人,只是没有提示,我的AS版本为3.0.0
orientation指定方向
layoutManager 指定布局方式
listitem 指定item布局
spanCount代表列数/行数
Metadata
Metadata
Assignees
Labels
No labels