Merge pull request #71 from brennenputh/phone-link

Support linking phone numbers and email addresses within the body of a message
This commit is contained in:
Philipp C. Heckel 2025-12-28 20:23:41 -05:00 committed by GitHub
commit 031e3832fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"/>