ViewGroup.LayoutParams layoutParams = holder.length.getLayoutParams(); layoutParams.width = mixWidth + (maxWidth/60f * getItem(position).time);
如题ViewGroup.LayoutParams layoutParams = holder.length.getLayoutParams();
layoutParams.width = mixWidth + (maxWidth/60f * getItem(position).time); 最后的time无法获取怎么回事呢