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

来源:互联网 发布:携程大数据分析笔试题 编辑:程序博客网 时间:2024/06/09 16:54

效果预览:

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底层配置

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






其他就照着这个库的正常用法使用就行


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


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



0 0
原创粉丝点击