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
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.
app:siShape="@drawable/zigzag"