android-PullRefreshLayout icon indicating copy to clipboard operation
android-PullRefreshLayout copied to clipboard

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

Open volic opened this issue 9 years ago • 1 comments

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>

volic avatar Jan 18 '17 13:01 volic

Yes! Please add support for drawables. Thank you.

ka05 avatar Sep 14 '17 21:09 ka05