TicketView
TicketView copied to clipboard
An Android library to implement TicketView in android with normal, rounded and scallop corners
Can you support for this type of ticket, or you can show me how to change, i would be very appreciate, thanks :D
When I try to unit Test with robolectric, I got errors, I think it is about mocking... I can not call as TicketView class and mock. Error: > error: attribute...
Paint provide setShadowLayer https://developer.android.com/reference/android/graphics/Paint.html#setShadowLayer(float, float, float, int) for customized shadow. Use this method can remove the api version restriction and less code.