将文本置于 TextView 中居中

发布于 2024-09-24 14:07:35 字数 103 浏览 1 评论 0原文

我有一个 TextView,其中有动态添加的文本。我的问题是,当我使用重力使文本居中时,它不会移动,因为宽度设置为“wrap_content”。

我应该怎么做才能解决这个问题?

I have a TextView that has text Dynamically Added to it. My problem is that when I use gravity for the centering the text, it doesn't move because the width is set to "wrap_content".

What should I do to resolve this issue?

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

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

发布评论

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

评论(2

荒岛晴空 2024-10-01 14:07:35

您必须将宽度设置为“wrap_content”以外的其他值。

You're going to have to set the width to something other than "wrap_content".

萌酱 2024-10-01 14:07:35

我知道答案已被接受,但您也可以将layout_gravity设置为居中,然后wrap_content仍然可以工作。

I know the answer has already been accepted here but you could have also set the layout_gravity to center too and then wrap_content would still work.

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