fragment_video.xml 444 字节
Newer Older
1 2 3 4 5 6
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/activity_recycler_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

S
shuyu 已提交
7
    <androidx.recyclerview.widget.RecyclerView
8 9 10 11
        android:id="@+id/list_item_recycler"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
</RelativeLayout>