I tried many technique to remove phone number underline but without success, this is not for web view or URL, the current textview is:
<TextView
android:id="@+id/text_mobile"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:autoLink="phone"
android:linksClickable="true"
android:textIsSelectable="false"
android:textColor="@color/Blue"
android:text="mobile" />