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

this are problems in listview #46

Open
zdzConquer opened this issue Apr 3, 2016 · 1 comment
Open

this are problems in listview #46

zdzConquer opened this issue Apr 3, 2016 · 1 comment

Comments

@zdzConquer
Copy link

After I put it in a listview,it can not display progress value in normal way. There are always zero values among normal values.For example, the progress is from 0 to 100. Values should be increase continuously such as "1,2,3,4,5,6,...".But in these normal valuse many 0 will come. The result will be "1,2,3,0,0,4,0,5,0,0,6...". But if the view is not in listview it will work normally. I try to resolve it. But i failed. So please help me.

@4eRTuk
Copy link

4eRTuk commented Jul 12, 2016

I think problem is in your ListView's adapter. Probably you are reusing view - take a look in code where your inflating it.

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

No branches or pull requests

2 participants