We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello MongolTextView 无法设置最大行数,会造成文字显示不完整 如下图 能不能实现如TextView设置android:lines="2" 且 android:ellipsize="end"的效果, 效果下图 还是我对MongolTextView使用错误了
MongolTextView
TextView
android:lines="2"
android:ellipsize="end"
The text was updated successfully, but these errors were encountered:
MongolTextView确实没有这些功能。因为自己的app里没用过max lines或ellipsize所以我一直没加。我最近比较忙,你能实现它吗?
或者不改库里的源码的话,你可以在app里处理。需要量文本然后只用前一段在MongolTextView里。我知道,这样不理想。
Public description:
Sorry, something went wrong.
No branches or pull requests
hello


MongolTextView
无法设置最大行数,会造成文字显示不完整如下图
能不能实现如
TextView
设置android:lines="2"
且android:ellipsize="end"
的效果,效果下图
还是我对
MongolTextView
使用错误了The text was updated successfully, but these errors were encountered: