Adding bottom margin to ListView last element

前端 未结 7 1468
夕颜
夕颜 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:59

    In your ListView, set a paddingBottom and clipToPadding="false".

      
    
    • This also works for RecyclerView.

    • Only use android:scrollbarStyle="outsideOverlay" if you want the scroll bar to not overflow into the padded area.

提交回复
热议问题