From 13f225233c496c5ad31b3be43bc8984f2b6df151 Mon Sep 17 00:00:00 2001 From: Brennen Puth Date: Tue, 26 Dec 2023 22:44:11 -0500 Subject: [PATCH] Support linking phone numbers and email addresses in the body of messages --- app/src/main/res/layout/fragment_detail_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_detail_item.xml b/app/src/main/res/layout/fragment_detail_item.xml index 758e03c..1226a6c 100644 --- a/app/src/main/res/layout/fragment_detail_item.xml +++ b/app/src/main/res/layout/fragment_detail_item.xml @@ -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"/>