Alexey Derbyshev

Results 18 comments of Alexey Derbyshev

To me it was fixed by doing this: ```kotlin progress.setSmoothProgressDrawableCallbacks(object : SmoothProgressDrawable.Callbacks { override fun onStop() { progress.visibility = GONE } override fun onStart() { progress.visibility = VISIBLE } })...

I guess I know where the issue comes from, I'll try to reproduce it and fix ASAP

@RowlandOti sorry, I've never pushed one, but it's simple, just don't ever name your attributes the same as the attributes of the default android widgets The builder just sees duplicate...

Gotta push the commit with the fix btw, thanks for reminding

@reckos yes it doesn't, read these comments [here](https://github.com/alxrm/audiowave-progressbar/issues/10#issuecomment-351470131) and [here](https://github.com/alxrm/audiowave-progressbar/issues/1#issuecomment-265679117)

@reckos I don't have time to do that at the moment, sorry for inconvenience

@proudh0n sorry for non-replying to you, lacking of free time Yet thanks for your contribution, variable alphaChannel and opaque colors were on my todo list, so I'd appreciate your work...

Hey @DonnyHe, I might not fully understand your problem, but it seems like it's not about my library You're just seeing some weird behaviour of the progress animation inside RecyclerView...

Yeah, just saw this with large mp3 file, trying to fix it right now. Thanks for the note and sorry for it not working properly