Textview 未在 Phone.线性布局上显示完整文本
我有线性布局。里面有文本视图。有时它包含大量信息。 在电脑上,如果使用模拟器运行应用程序,它可以正常工作,但在手机上,整个文本不会显示。 左侧文本消失了,无法删除,仅显示 1 行。 我认为文本换行不起作用。
android:scrollHorizontally="true"
机器人:椭圆尺寸=“结束” android:ellipsize="marquee"
我厌倦了这个,但无法正常工作
,需要紧急帮助
i have linear layout.inside there is textview.which sometiomes contains large information.
on pc if run application with emulator it works fine but on phone whole text is not showing.
left sided text is gone,cant c it,n only 1 line it is showing.
i think text wrapping is not working.
android:scrollHorizontally="true"
android:ellipsize="end"
android:ellipsize="marquee"
i tired this but not working
plz urgent help needed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个...
使用此代码时不需要滚动屏幕。
Try this...
You do not need to scroll your screen when using this code.
只需将 TextView 放入 ScollView 即:
希望这有效\
Just put the TextView in ScollView ie:
Hope this works\