Android Zig-Zag layout

前端 未结 3 977
南旧
南旧 2020-12-09 22:35

I\'m in need of creating a receipt layout in Android. The idea is very simple, a rectangle layout with a zigzag top.

Even, i have tried dashed line but noth

3条回答
  •  情歌与酒
    2020-12-09 22:56

    Try with this: https://github.com/beigirad/ZigzagView

    Support top and bottom Zigzag.

    
    
        // add child view(s)
    
    
    

提交回复
热议问题