仿微信消息列表(RecycleView)雙擊移動未讀消息

/** * 仿微信雙擊移動未讀消息 */ public void smoothMessageItem() { if (mPostion.size() > 0) { if (page == mPostion.size()) { // 當前位置爲最後後一個位置重置 page = 0; } LinearLayoutManager layoutManager = (LinearLayoutManager)
相關文章
相關標籤/搜索