Skip to content

Commit

Permalink
UPDATE: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulasri committed Dec 3, 2017
1 parent 87ab174 commit 223a87d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ If you Watch this repository, GitHub will send you an email every time I publish

``` java
<com.vipulasri.ticketview.TicketView
app:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="160dp"
android:layout_marginTop="60dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:id="@+id/ticketView"
app:orientation="vertical"
app:scallopRadius="10dp"
app:showBorder="false"
app:scallopPositionPercent="50"
Expand All @@ -72,6 +72,11 @@ If you Watch this repository, GitHub will send you an email every time I publish
<th>Attribute Name</th>
<th>Default Value</th>
<th>Description</th>
<tr>
<td>app:orientation="vertical"</td>
<td>horizontal</td>
<td>sets orientation of divider and scallop</td>
</tr>
<tr>
<td>app:backgroundColor="@android:color/black"</td>
<td>white</td>
Expand Down

0 comments on commit 223a87d

Please sign in to comment.