JavaNoober / BackgroundLibrary

A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)
Apache License 2.0
3.86k stars 469 forks source link

可以考虑将inject及inject2里的LayoutInflater作为返回值暴露出来 #22

Closed liyujiang-gzu closed 6 years ago

liyujiang-gzu commented 6 years ago

可以考虑将inject及inject2里的LayoutInflater作为返回值暴露出来,那样在AdapterView/RecyclerView/CustomView等使用时无需再LayoutInflater.from(context)

JavaNoober commented 6 years ago

可以这么设计,我会下个版本加上