Android Zig-Zag layout

前端 未结 3 970
南旧
南旧 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:50

    Hi you can use this library android-shape-imageview. And use transparent shape like this

    End use library.

    
    

    You can change app:siShape="@drawable/zigzag" to desired shape. You can create other png shape.

提交回复
热议问题