RecyclerView 线性布局

好了,基于这个代码上, 我们添加一个线性布局的 RecyclerView 

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
(http://www.amjmh.com/v/)
<android.support.v7.widget.RecyclerView
android:id="@+id/line_recy_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
---------------------

posted @ 2019-08-12 21:15  李艳艳665  阅读(242)  评论(0编辑  收藏  举报