AutoLinkTextViewV2 icon indicating copy to clipboard operation
AutoLinkTextViewV2 copied to clipboard

AutoLink is not working When we change the Textview attributes

Open BalachandarMarimuthu opened this issue 5 years ago • 0 comments

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" />

BalachandarMarimuthu avatar Dec 23 '20 09:12 BalachandarMarimuthu