51

recyclerview レイアウトは次のように定義されます。

     <android.support.v7.widget.RecyclerView
            android:layout_marginTop="15dp"
            android:id="@+id/call_detail_list"
            android:scrollbars="vertical"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            tools:listitem="@layout/call_item"
            />

プレビューでは指定したレイアウトのリスト項目が表示されるのですが、項目数が10個です。変更できる方法はありますか?

4

2 に答える 2