activity_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" android:orientation="vertical"> <Button android:id="@+id/btn_linear" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="列表视图"/> <Button android:id="@+id/btn_hor" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="水平滚动"/> <Button android:id="@+id/btn_grid" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="网格视图"/> </LinearLayout>