转:自定义ListView FastScroller滑块图片
摘要:
// Are there enough pages to require fast scroll? Recompute only if total count changes if (mItemCount != totalItemCount && visibleItemCount > 0) { mItemCount = totalItemCount; mLongList = mItemCount / visibleItemCount >= MIN_PAGES; }使用ListView Fast... 阅读全文
posted @ 2013-02-20 10:30 pawns 阅读(342) 评论(0) 推荐(0)
浙公网安备 33010602011771号