AutoLinkTextViewV2
AutoLinkTextViewV2 copied to clipboard
AutoLink is not working When we change the Textview attributes
Autolink cannot be applied when we change the textview's height into a fixed height.
<io.github.armcha.autolink.AutoLinkTextView
android:id="@+id/autoLinkTextView"
android:layout_width="match_parent"
android:layout_height="240dp"
android:background="@color/colorPrimary"
android:gravity="center"
android:padding="10dp"
android:textColor="@android:color/black" />