-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,8 @@ If you Watch this repository, GitHub will send you an email every time I publish | |
app:showBorder="false" | ||
app:scallopPositionPercent="50" | ||
app:showDivider="true" | ||
app:dividerType="dash"/> | ||
app:dividerType="dash" | ||
app:ticketElevation="14dp"/> | ||
``` | ||
|
||
* Configure using xml attributes or setters in code: | ||
|
@@ -156,7 +157,7 @@ If you Watch this repository, GitHub will send you an email every time I publish | |
<tr> | ||
<td>app:ticketElevation="14dp"</td> | ||
<td>0dp</td> | ||
<td>sets elevation to ticket view on android jellybean adn above</td> | ||
<td>sets elevation to ticket view on android jellybean and above</td> | ||
</tr> | ||
</table> | ||
|
||
|
@@ -167,7 +168,7 @@ Please let me know via [email](mailto:[email protected]), [pull requests] | |
|
||
## Special Thanks | ||
|
||
[**Nick Butcher**](https://github.com/nickbutcher)for helping me out with TicketView Shadow/Elevation. | ||
[**Nick Butcher**](https://github.com/nickbutcher) for helping me out with TicketView Shadow/Elevation. | ||
|
||
|
||
## License | ||
|