Skip to content

Commit c2195b3

Browse files
poretskybear101
authored andcommitted
Android client: Links in messages enhancement
Recognize e-mails and phone numbers along with web-addresses.
1 parent c8b6b22 commit c2195b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/TeamTalkAndroid/src/main/res/layout/item_textmsg.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<TextView
1515
android:id="@+id/msg_text"
16-
android:autoLink="web"
16+
android:autoLink="web|email|phone"
1717
android:layout_marginLeft="5dp"
1818
android:layout_width="fill_parent"
1919
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)