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>
--------------------- 
                    
                
                
            
        
浙公网安备 33010602011771号