ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

Can you add animations in a header ? #75

Open tudor07 opened 7 years ago

tudor07 commented 7 years ago

I'm trying to put a ProgressBar in the header but the animation does not play ? Does the header support animations ?

Thanks.

bahacan19 commented 6 years ago

+1

usernotnull commented 6 years ago

This will not be solved, it's a limitation in recycler view decorations in general (which is what this library depends on). I suggest you close this and hope the android library will have a workaround for this issue.

Your alternative is to use header decor without item decorations, I saw another library that does this but you will sacrifice a lot (bigger code/apk size, performance, freedom in layout managers, you HAVE to extend their adapter, etc…)