如何在不使用xml的情况下在表行中添加两个方向垂直的文本视图(一个在另一个下面)?

发布于 2024-11-17 02:08:51 字数 93 浏览 2 评论 0原文

我想在表行中添加两个方向垂直的文本视图(一个在另一个下面),而不使用以编程方式使用的 xml。谁能建议我该怎么做?除了这个还有别的办法吗?表行中已经有许多文本视图(水平)。

I want add two textview with orientation vertical(One below other) in a table row without using xml that is by programatically. Can anyone suggest me how to do this? Is there any other way than this? Already there are many textviews in a tablerow(horizontally).

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

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

发布评论

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

评论(1

此刻的回忆 2024-11-24 02:08:51

LinearLayout 放入 TableRow 单元格中。将两个 TextView 小部件放入 LinearLayout 中。使用 Java 构造函数创建 LinearLayoutTextView 小部件。使用 addView()TextView 小部件添加到 LinearLayout

Put a LinearLayout in the TableRow cell. Put the two TextView widgets in the LinearLayout. Use Java constructors to create the LinearLayout and the TextView widgets. Use addView() to add the TextView widgets to the LinearLayout.

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