android:autoLink not working sometime when don't have space between URL and text

Viewed 15

Currently, I'm stuck here, I think it is the default of android but I hope we have some config for it.

My problem is when don't have space between URL and text the link is display incorrect like in the image below. Someone can help me. Thank you so much.

 <TextView
    android:id="@+id/phone"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginTop="8dp"
    android:layout_below="@+id/topic"
    android:textStyle="normal"
    android:textColor="#150a18"
    android:autoLink="web|phone"
    android:gravity="center"
    android:drawableLeft="@drawable/ic_phone_black_24dp"
    android:drawableStart="@drawable/ic_phone_black_24dp"

    />

enter image description here

0 Answers
Related