Support linking phone numbers and email addresses in the body of messages

This commit is contained in:
Brennen Puth 2023-12-26 22:44:11 -05:00
parent c15efff72c
commit 13f225233c

View file

@ -60,7 +60,7 @@
android:id="@+id/detail_item_message_text"
android:textColor="?android:attr/textColorPrimary"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:autoLink="web"
android:autoLink="web|phone|email"
app:layout_constraintTop_toBottomOf="@id/detail_item_title_text"
app:layout_constraintStart_toStartOf="parent" android:layout_marginStart="12dp"
app:layout_constraintBottom_toTopOf="@id/detail_item_attachment_image" app:layout_constraintEnd_toStartOf="@id/detail_item_icon" android:layout_marginEnd="6dp"/>