Previously, I\'m using the following old support libraries \"23.1.1\".
compile \'com.android.support:appcompat-v7:23.1.1\' compile \'com.android.support:supp
I believe this is the problematic line:
android:background="?attr/buyPortfolioSeperatorBackground" android:layout_marginRight="5dp" android:layout_marginLeft="5dp" />
There are 2 places in your layout item that has layout_height="match_parent". You should change them both to wrap_content.