Android - How to show a vertical line on the background of a ListView (and according to row height)?

后端 未结 4 714
伪装坚强ぢ
伪装坚强ぢ 2021-02-01 09:18

How to show a vertical line on the background, such as the one highlighted in blue on the image below?

\"enter

4条回答
  •  北海茫月
    2021-02-01 09:52

    You can use transparent 9-patch image as a background for you list view.

    For creating nine-patch image please follow this: http://developer.android.com/tools/help/draw9patch.html

提交回复
热议问题