仿微信消息列表(RecycleView)双击移动未读消息

/** * 仿微信双击移动未读消息 */ public void smoothMessageItem() { if (mPostion.size() > 0) { if (page == mPostion.size()) { // 当前位置为最后后一个位置重置 page = 0; } LinearLayoutManager layoutManager = (LinearLayoutManager)
相关文章
相关标签/搜索