Round all the corners.

This commit is contained in:
Kevin Gorham 2020-01-07 02:02:14 -05:00
parent 4ecac12f03
commit 8ef4edd88b
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
1 changed files with 4 additions and 4 deletions

View File

@ -68,11 +68,11 @@
<!-- Shape Appearances -->
<style name="Zcash.ShapeAppearance.SmallComponent" parent="ShapeAppearance.MaterialComponents.SmallComponent">
<item name="cornerFamily">cut</item>
<item name="cornerSize">10dp</item>
<item name="cornerFamily">rounded</item>
<item name="cornerSize">20dp</item>
</style>
<style name="Zcash.ShapeAppearance.MediumComponent" parent="ShapeAppearance.MaterialComponents.MediumComponent">
<item name="cornerFamily">cut</item>
<item name="cornerSize">12dp</item>
<item name="cornerFamily">rounded</item>
<item name="cornerSize">24dp</item>
</style>
</resources>