i have a problem. I develop android application.
I included second layout to first layout like this:
Have you tried to get the instance of the current view of the xml you have included the other xml and use findViewById(). View v is the first layout and against this view you use .findViewById()
findViewById()
.findViewById()