黄沙百战穿金甲,不破楼兰终不还。这篇文章主要讲述android-pulltorefresh下拉载入中使用gif动图相关的知识,希望能为你提供帮助。
效果预览:
文章图片
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底层配置【android-pulltorefresh下拉载入中使用gif动图】里面配置了自己定义的动画样式
文章图片
文章图片
其它就照着这个库的正经常使使用方法使用即可
【地址已更新,CSDN吃链接】改动后的lib库下载:http://download.csdn.net/detail/richiezhu/9026211
gif图片分离器:http://download.csdn.net/detail/richiezhu/9026175
推荐阅读
- ionic app 真机调试
- Android客户端与云服务器进行网络通信
- Android自适应屏幕分辨率与国际化
- 第一篇Android Supersu 权限管理定制,隐藏过滤权限,指定APP最高权限
- Android在onCreate()方法中动态获取TextView控件的高度
- Android学习笔记- ButterKnife 8.0注解使用介绍
- Android 推断程序在手机中是否是活动状态或者正在执行状态
- Android之在Dialog中加入单选button自己定义Dialog
- 在内网使用Gradle构建Android Studio项目