Modified User details

This commit is contained in:
Hemanth S 2020-10-04 19:01:40 +05:30
parent e2d4ef11bd
commit 6fd3f36e31
4 changed files with 32 additions and 72 deletions

View file

@ -88,4 +88,9 @@
<item name="android:letterSpacing">0.0125</item>
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
<style name="circleImageView" parent="">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">5%</item>
</style>
</resources>