I need to add to add ListView with complicated items background: different for even/odd and rounded corners at the top and bottom. It looks like this:
Add these two lines in your listView XML code:
android:transcriptMode="alwaysScroll" android:stackFromBottom="true"