In my layout xml file, I have included other layout xml file (each with a different android id).
If you have set id to either root tag of included layout then you can use that id or you can set id to included layout.
But you can not set id to both it may throw exception.
....
Or