0
我加入佈局管理到recyclerview的XML代碼:Android的設置setReverseLayout爲RecyclerView佈局管理
messagesView.getLayoutManager().setReverseLayout(true);
在這種情況下,我不:
<android.support.v7.widget.RecyclerView
android:id="@+id/messagesView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
app:layoutManager="android.support.v7.widget.LinearLayoutManager"/>
現在我不能用這個代碼中設置setReverseLayout
喜歡通過Java代碼來設置Layoutmanager