android-butterknife-zelezny icon indicating copy to clipboard operation
android-butterknife-zelezny copied to clipboard

support choose the right layout file when generate

Open wankey opened this issue 7 years ago • 1 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.

wankey avatar Sep 05 '17 03:09 wankey

On Tue, 5 Sep 2017 at 9:03 AM, wankey [email protected] wrote:

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.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/avast/android-butterknife-zelezny/issues/142, or mute the thread https://github.com/notifications/unsubscribe-auth/AYPauPuwlHkEv5UrgfV23pxzzPPRLxBfks5sfMElgaJpZM4PMZzE .

You can make a new java file which u have in the module B and a new xml file and make as of one whole project so that you can build

mdtaqi98 avatar Sep 05 '17 16:09 mdtaqi98