android-PullRefreshLayout
android-PullRefreshLayout copied to clipboard
Could you add support for icons drawable and animation list drawable?
It would be extreamly good if we can use custom animation with your layout. Do you have possibility to use animation drawable? For instance
<animation-list android:id="@+id/selected" android:oneshot="false">
<item android:drawable="@drawable/wheel0" android:duration="50" />
...
</animation-list>
Yes! Please add support for drawables. Thank you.