效果预览:
xml布局
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底层配置
里面配置了自定义的动画样式
其他就照着这个库的正常用法使用就行
修改后的lib库下载:
版权声明:本文为【LouisGeek】原创文章,转载请注明出处!
原文:http://blog.csdn.net/richiezhu/article/details/46854247