我的修改比較簡單暴力。網上查了一番,貌似大家都沒有改,無奈,查了一下源碼。發現如下資源目錄:
在看看我們的布局文件,此三個圖片就是下拉刷新的三種圖標
好吧,flip就是我目前的下拉刷新圖片,對應的也就是default_ptr_flip.png
現在要改成default_ptr_rotate.png。
廢話不說了。直接改代碼,試試就知道
<com.handmark.pulltorefresh.library.PullToRefreshScrollView xmlns:ptr="http://schemas.android.com/apk/res-auto" android:id="@+id/pull_refresh_scrollview1" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scrollbars="none" ptr:ptrAnimationStyle="rotate" >
ok成功!打完收場。