Applied a ellipsize property to the autolinktextview, but it is not apllied in the actual application instead the autolinktextview becomes scrollable
<com.luseen.autolinklibrary.AutoLinkTextView
android:id="@+id/tv_reason"
android:layout_width="0dp"
android:paddingLeft="@dimen/padding_tiny"
android:layout_height="wrap_content"
android:layout_weight="1"
android:maxLines="2"
android:ellipsize="end"/>
