Adding bottom margin to ListView last element

前端 未结 7 1696
夕颜
夕颜 2021-01-30 06:35

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:

7条回答
  •  感动是毒
    2021-01-30 06:52

    Add these two lines in your listView XML code:

    android:transcriptMode="alwaysScroll"  
    android:stackFromBottom="true"
    

提交回复
热议问题