ViewFinder icon indicating copy to clipboard operation
ViewFinder copied to clipboard

创建的类名不对

Open ta893115871 opened this issue 9 years ago • 0 comments

TypeSpec finderClass = TypeSpec.classBuilder(mClassElement.getSimpleName() + "$$Finder") 可以参考butterknife的处理方法 ,😄 ,互相学习。 在adapter的viewholder使用回到找不到了类

ta893115871 avatar Sep 05 '16 16:09 ta893115871