TicketView icon indicating copy to clipboard operation
TicketView copied to clipboard

An Android library to implement TicketView in android with normal, rounded and scallop corners

Results 14 TicketView issues
Sort by recently updated
recently updated
newest added

I try to re-write the class but it is very hard to make it become a View Group can help update ? Thank YOU

first of all, congratulations for your repository. I'm trying to use with the recycler view and create a list view of ticket view. But it is not displayed. Do you...

if you set ticketBackgroundBeforeDivider and ticketBackgroundAfterDivider then border and divider don't visible. Border and divider stays behind. First you draw border and divider, then you draw background.

Your GitHub release mentions that 1.1.2 is on androidx but the actual artifact in maven references the old support lib (See pom.xml here: https://search.maven.org/artifact/com.vipulasri/ticketview/1.1.2/aar) Also noticed artifact was last updated...

I have a view which contains multiple textviews which will be "part of the ticket", but when I increase one of the textviews number of lines from 1 to 2,...

Does this library can support multiple divisions like for example i need 3 sections for my ticket? Thanks!

How i can obtain this layout with this library? ImageView with inverter rounded corners or based on shape of layout like view.setClipToOutline(true); Thanks. ![29](https://user-images.githubusercontent.com/37681056/44688026-87daca80-aa18-11e8-983a-22062948afa4.png)

Ticket view just disappears when you try to wrap it inside `ScrollView`