How to draw a line in android

前端 未结 15 1748
野趣味
野趣味 2020-11-22 06:27

Can anybody tell how to draw a line in Android, perhaps with an example?

15条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 07:02

    If you're working with ConstraintLayout you need to define at least 2 constraints for the line to show up. Like this:

    
    

    Though I defined 3 constraints.

提交回复
热议问题