Hi,
In my layout xml file, I have included other layout xml file (each with a different android id).
But when I run it in the emulator, and start Hierarchy Viewer, each of the layout still shows 'NO_ID', and in my code, I have findViewById(R.id.test1) and findViewById(R.id.test2) both returns null.
Can anyone please help me with my problem? Thank you.