-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to apply Ellipsize property #25
Comments
I've been facing the same issue. I looked for alternate libraries with same features. |
我也遇到了跟你一样的问题 |
有解决办法吗?禁止滚动 |
没有办法 |
Same issue :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
![screenshot_20180515-174203_climb](https://user-images.githubusercontent.com/38207644/40056034-aa127de4-5867-11e8-8867-0e55dc538b96.jpg)
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"/>
The text was updated successfully, but these errors were encountered: