XML에서 RecyclerView layoutManager 를 설정하는 방법은 무엇입니까?
<android.support.v7.widget.RecyclerView
app:layoutManager="???"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
app:layoutManager="android.support.v7.widget.GridLayoutManager"
. 사 개 인수 생성자가 사용됩니다 ( Context
, AttributeSet
, int
, int
). 문서에 따르면 이것은 RecyclerView 속성 layoutManager에 의해 레이아웃 관리자가 XML로 설정 될 때 사용되는 생성자입니다. spanCount이 XML에 지정되지 않은 경우, 그것은 하나의 컬럼 디폴트는