Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with RecyclerView not rendering the progress. #11

Closed
fnk0 opened this issue Mar 21, 2015 · 9 comments
Closed

Problem with RecyclerView not rendering the progress. #11

fnk0 opened this issue Mar 21, 2015 · 9 comments
Labels

Comments

@fnk0
Copy link

fnk0 commented Mar 21, 2015

So.. I'm using CardsLib with a CardRecyclerViewList and I'm having problems with the rendering of the ProgressBar.

The only elements that get rendered are the elements that are visible on the first screen. But as I scroll down all of the remaining cards only show a grey background.

unnamed

@goonerDroid
Copy link

Same here.Any solution yet?

@dev-myatminsoe
Copy link

same here. Still have errors with listview too.

@akexorcist
Copy link
Owner

I update latest version (1.2.0) and fix some problem about this view when using on adapter view. But it still have some bug, I will fix it later.

@fnk0
Copy link
Author

fnk0 commented May 24, 2015

@akexorcist it worked! At least for me. Once I updated to 1.2 it rendered fine. Thanks for the update!! 👍

@caesarleong
Copy link

@akexorcist I found the setProgress() will not draw properly in ListView when the convertView is null in getView(). it will always draw whole progress bar even the getProgress return a value which is not equal to rcMax. Looking forward your fix. Thanks for your effort!!!

@derohimat
Copy link

i found same problem in header list, not renderer data

bug rounded progressbar

@495055772
Copy link

Same here.Any solution yet?

@akexorcist akexorcist added the bug label Sep 17, 2015
@akexorcist
Copy link
Owner

I update latest library version. Update your code to using version 2.0.2 and check it again. I've already fix this render problem.

@caesarleong
Copy link

Thank akexorcist! It works perfectly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants