https://stackoverflow.com/questions/46168245/recyclerview-reverse-order
<android.support.v7.widget.RecyclerView
android:id="@+id/reyclerview_message_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
app:stackFromEnd="true"
app:reverseLayout="true"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/reyclerview_message_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
app:stackFromEnd="true"
app:reverseLayout="true"/>
'Android' 카테고리의 다른 글
notification lib (0) | 2017.09.14 |
---|---|
java7 style try catch (0) | 2017.09.14 |
Android O 변경사항 (0) | 2017.07.31 |
코틀린 Reflect (0) | 2017.07.28 |
코틀린 Tutorial (0) | 2017.07.28 |