draw line under TextView on Android

后端 未结 4 1816
野性不改
野性不改 2021-02-07 00:05

I have a layout that adds textviews dynamically and i want to divide each textview with a line.

Something like that:

TextView


TextView


<
4条回答
  •  甜味超标
    2021-02-07 01:01

    You can build a ListView, it has a divider, and you can add line dynamically。

提交回复
热议问题