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:
commit
031e3832fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue