I have lots of control repeated in my xml (a Button for instance). Is there any possibility to write the Button once in a xml and then import it in all the layout I need it?
I have lots of control repeated in my xml (a Button for instance). Is
Share
You can use
commonlayout.xmlshould be defined inres/layoutwhere you can add the repeated parts.