I have a common layout (common.xml) which I want to include many times in another layout (layout_a.xml). But it only shows me just one time. Why?
common.xml
As btse said, the ids in the XML must be unique. It can be achieved in this way:
For information about how to access the elements inside those two included views, you can check out this blog post.