use rounded corners imageview instead of rounding it ourselves
This commit is contained in:
parent
9052c5183d
commit
5e97a97e5f
3 changed files with 13 additions and 7 deletions
|
|
@ -2,4 +2,8 @@
|
|||
|
||||
<style name="AppTheme" parent="AppTheme.Base" />
|
||||
|
||||
<style name="roundedImageView" parent="">
|
||||
<item name="cornerFamily">rounded</item>
|
||||
<item name="cornerSize">@dimen/normal_margin</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue