ViewBinder中的ProgressBar具有奇怪的价值

时间:2012-05-13 17:58:42

标签: android android-listview android-viewbinder

我有SimpleAdapter ViewBinderViewBinder绑定了一些TextViews和一个ProgressBarTextView工作正常,但当我向后滚动列表时,我得到ProgressBar的奇怪值。为什么会发生这种情况

1 个答案:

答案 0 :(得分:0)

我终于找到了。这是因为数据绑定器动态加载。我不得不撤销我的算法。我希望如果其他人遇到这个问题,我的回答会有所帮助。