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
I fixed by setting the layout_height of the RelativeLayout to 250dp since they are overlapped.