Android EditText 在长文本上被拉伸

发布于 2024-12-04 07:33:37 字数 211 浏览 2 评论 0原文

如何保持它固定并使单行文本水平滚动? (而不是 EditText 被拉伸直到全屏长度)

链接到拉伸的 EditText 屏幕截图

谢谢。

How do I keep it fixed and the one line text being horizontally scrolled?
(instead of the EditText being stretched until the full screen length)

Link to the stretched EditText screenshot

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柏林苍穹下 2024-12-11 07:33:37

给它一个固定的宽度并强制它保持在一行上,如下所示:

android:layout_width="100dp"
android:singleLine="true"

Give it a fixed width and force it to stay on a single line like this:

android:layout_width="100dp"
android:singleLine="true"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文