2.12 activity_grid_recycler_view

Posted on 2021-02-12 14:06  ***Pepsi***  阅读(18)  评论(0编辑  收藏  举报

activity_grid_recycler_view

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

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/rv_grid"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/colorGrayDark"/>

</LinearLayout>

 

Copyright © 2024 ***Pepsi***
Powered by .NET 8.0 on Kubernetes