Skip to content

Commit

Permalink
Decrease the avatar placeholder text size a bit
Browse files Browse the repository at this point in the history
The initials were overflowing when there were 2 of them.
  • Loading branch information
roihershberg committed Feb 21, 2022
1 parent 73751d1 commit 54545f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atox/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dimen name="message_corner_radius_large">15dp</dimen>
<dimen name="message_margin">50dp</dimen>

<dimen name="contact_avatar_placeholder_text">32dp</dimen>
<dimen name="contact_avatar_placeholder_text">28dp</dimen>

<dimen name="default_avatar_size">50dp</dimen>
</resources>

0 comments on commit 54545f6

Please sign in to comment.