<?xml version="1.0" encoding="utf-8"?>
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:id="@+id/recycler"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@drawable/bg_border_gray_corner"
|
android:paddingBottom="@dimen/frame_margin_lr"
|
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
app:spanCount="4"
|
tools:listitem="@layout/item_classify"
|
tools:itemCount="8">
|
</androidx.recyclerview.widget.RecyclerView>
|