效果预览:

android-pulltorefresh   下拉载入中使用gif动图-LMLPHP

xml布局

<com.handmark.pulltorefresh.library.PullToRefreshListView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ptr="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:divider="#00000000"
android:cacheColorHint="#00000000"
android:listSelector="#00000000"
android:fastScrollEnabled="true"
ptr:ptrHeaderTextColor="@color/gray"
ptr:ptrAnimationStyle="louisAnimationStyle"
/>

lib底层配置

里面配置了自己定义的动画样式

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

android-pulltorefresh   下拉载入中使用gif动图-LMLPHP

android-pulltorefresh   下拉载入中使用gif动图-LMLPHP

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

其它就照着这个库的正经常使使用方法使用即可

【地址已更新,CSDN吃链接】改动后的lib库下载:http://download.csdn.net/detail/richiezhu/9026211

gif图片分离器:http://download.csdn.net/detail/richiezhu/9026175

05-11 19:29