This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
v3.6.7
- Some optimization.
- Add class
ExtendViewHolder
to support more convenient chain call.
Such asholder.view(R.id.text).setText(str).setTextColor(color)...;
Thanks to @zhangzhichaolove #27 !