Commit c41efa50 by zhangchengbo

fix:修改为列表会从头部开始填充

parent 9b679017
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
android:paddingBottom="@dimen/medium_margin" android:paddingBottom="@dimen/medium_margin"
android:scrollbars="none" android:scrollbars="none"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager" app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager"
app:stackFromEnd="true" app:stackFromEnd="false"
tools:itemCount="3" tools:itemCount="3"
tools:listitem="@layout/item_message" /> tools:listitem="@layout/item_message" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment