avast / android-butterknife-zelezny

Android Studio plug-in for generating ButterKnife injections from selected layout XML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support choose the right layout file when generate

wankey opened this issue · comments

I have a project with 2 module(module A & module B), both them has layout file 'fragment_recycler.xml',but the content isn't same.
When I generate this layout in module A, I want generate the file in module A , but now the dialog show elements of the file under module B.