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

@ -22,7 +22,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/normal_margin"
android:textSize="@dimen/big_text_size"
android:ellipsize="end"
android:textSize="@dimen/bigger_text_size"
app:layout_constraintStart_toEndOf="@id/vcard_photo"
app:layout_constraintTop_toTopOf="parent"
tools:text="Bob" />