Replace CircleImageView with ShapeableImageView
This commit is contained in:
parent
c42f29446d
commit
1a000fecd5
21 changed files with 95 additions and 51 deletions
|
|
@ -102,4 +102,9 @@
|
|||
<item name="colorAccent">?attr/toolbarSearchColor</item>
|
||||
</style>
|
||||
|
||||
<style name="CircularImageView">
|
||||
<item name="cornerFamily">rounded</item>
|
||||
<item name="cornerSize">50%</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue