Remove the bottom divider of an android ListView

后端 未结 5 860
鱼传尺愫
鱼传尺愫 2020-12-02 10:04

I have a fixed height ListView. It has divider between list items, but it also displays dividers after the last list item.

Is there a way to not display

5条回答
  •  伪装坚强ぢ
    2020-12-02 11:01

    Use background = @android:color/transparent. Works perfectly. You can still use the background of your row layout

提交回复
热议问题