I got problem with LinearLayout, it only shows the first child. I found a solution but i not work. Here my xml:
LinearLayout
You have defined ImageView's width as MATCH_PARENT so it will take the whole of it's parent and while the parent is HORIZONTAL then the second view will never shown. this may help you
MATCH_PARENT
HORIZONTAL