1. 手动实现一个下拉刷新功能。
2. 效果图:
3. view结构
4.实现思路
<com.luocc.tim.recycler.RefreshLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/refresh"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginTop="-50dp"
android:gravity="bottom|center" />
<com.luocc.tim.recycler.ChatListRecycler
android:id="@+id/chat_list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</com.luocc.tim.recycler.RefreshLayout>
给ref