baoyongzhang / android-PullRefreshLayout

This component like SwipeRefreshLayout, it is more beautiful than SwipeRefreshLayout.
MIT License
2.06k stars 515 forks source link

Could you add support for icons drawable and animation list drawable? #40

Open volic opened 7 years ago

volic commented 7 years ago

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>

ka05 commented 7 years ago

Yes! Please add support for drawables. Thank you.