Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

v3.6.7

Compare
Choose a tag to compare
@chenenyu chenenyu released this 29 Mar 03:34
· 12 commits to master since this release
  1. Some optimization.
  2. Add class ExtendViewHolder to support more convenient chain call.
    Such as holder.view(R.id.text).setText(str).setTextColor(color)...;

Thanks to @zhangzhichaolove #27 !