冻结 TextView 的文本 +安卓
我正在使用textview在我的应用程序中添加文本,我希望文本应该是我所做的singleLine,现在的问题是这个词被切断了
,即假设在我的textview中文本会你好,你好吗?发生什么事了? 如果文本很长并且最后没有出现textView,它会添加... 即你好,你好吗?.. 不像他的Hello,how are you?Wh..
这个词不应该被切断。
请帮助我,
提前致谢...
请尽早回复..
I am using textview for adding text in my application, i want the text should singleLine that i did, now the problem is that the word got cutted off
i.e suppose in my textview the text would Hello, how are you? What going on?
if the text is long and not coming the textView at end it would add ...
i.e Hello, how are you?..
not like his Hello, how are you?Wh..
the word should not be cutted off.
please help me in this,
thanks in advance...
Do reply as early as possible..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查一下,这是为了提示,但看看可能对您有帮助
点击此处
Please check this out,it is for the hint but have look may be helpful to you
click here
如果你给定了
singleLine
,那么它只会像这样显示......正如Pasha所说,你可以减小字体大小或增加edittext宽度以充分查看它。If you have given
singleLine
, then it will show like that only...as Pasha said, you may reduce the font size or increase the edittext width for viewing it fully.