use a bit smaller font size around vcards

This commit is contained in:
tibbi 2022-08-31 12:37:11 +02:00
parent 4f89f5ea14
commit d95985841a
4 changed files with 6 additions and 5 deletions

View file

@ -27,7 +27,7 @@
android:ellipsize="end"
android:gravity="center_vertical"
android:maxLines="1"
android:textSize="@dimen/big_text_size"
android:textSize="@dimen/bigger_text_size"
tools:text="John Doe" />
<TextView