# TicketView **Repository Path**: wanghf/TicketView ## Basic Information - **Project Name**: TicketView - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TicketView An Android Library used to implement TicketView in android with normal, rounded and scallop corners. ### Specs [![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15) [![Download](https://api.bintray.com/packages/vipulasri/maven/TicketView/images/download.svg)](https://bintray.com/vipulasri/maven/TicketView/_latestVersion) [![MethodsCount](https://img.shields.io/badge/Methods%20and%20size-125%20|%2012KB-e91e63.svg)](http://www.methodscount.com/?lib=com.vipulasri%3Aticketview%3A1.0.2) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/vipulasri/Timeline-View/blob/master/LICENSE) ### Badges/Featured In [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Ticket%20View-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6521) [![AndroidDev Digest](https://img.shields.io/badge/AndroidDev%20Digest-%23171-blue.svg)](https://www.androiddevdigest.com/digest-171/) ![showcase](https://github.com/vipulasri/TicketView/blob/master/art/showcase.png) ## Sample Project For information : checkout [Sample App Code](https://github.com/vipulasri/TicketView/tree/master/sample) in repository. ### Download [![TicketView on Google Play](https://github.com/vipulasri/TicketView/blob/master/art/google_play.png)](https://play.google.com/store/apps/details?id=com.vipulasri.ticketview.sample) ## Quick Setup ### 1. Include library **Using Gradle** ``` gradle dependencies { compile 'com.vipulasri:ticketview:1.0.4' } ``` **Using Maven** ``` maven com.vipulasri ticketview 1.0.4 pom ``` ### What's New See the project's Releases page for a list of versions with their change logs. ### [View Releases](https://github.com/vipulasri/TicketView/releases) If you Watch this repository, GitHub will send you an email every time I publish an update. ### 2. Usage * In XML Layout : ``` java ``` * Configure using xml attributes or setters in code:
Attribute Name Default Value Description
app:orientation="vertical" horizontal sets orientation of divider and scallop
app:backgroundColor="@android:color/black" white sets background color
app:scallopRadius="10dp" 20dp sets scallop radius
app:scallopPositionPercent="50" 50 sets position of scallop and divider
app:showBorder="false" false shows border if `true`
app:borderWidth="4dp" 2dp sets border width
app:borderColor="@color/grey" black sets border color
app:showDivider="true" false shows divider if `true`
app:dividerType="dash" normal sets type of divider ie `normal` or `dash`
app:dividerColor="@color/colorAccent" dark gray sets divider color
app:dividerWidth="2dp" 2dp sets divider width
app:dividerDashGap="4dp" 4dp sets divider dash gap
app:dividerDashLength="8dp" 8dp sets divider dash length
app:cornerType="rounded" normal sets type of corner ie `normal` or `rounded` or `scallop`
app:cornerRadius="15dp" 4dp sets corner radius if corner rounder or scallop
app:ticketElevation="14dp" 0dp sets elevation to ticket view on android jellybean and above
## Apps that use this library If you're using this library in your app and you'd like to list it here, Please let me know via [email](mailto:vipulasri.2007@gmail.com), [pull requests](https://github.com/vipulasri/TicketView/pulls) or [issues](https://github.com/vipulasri/TicketView/issues). ## Special Thanks [**Nick Butcher**](https://github.com/nickbutcher) for helping me out with TicketView Shadow/Elevation. ## License Copyright 2017 Vipul Asri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.