如何在选项卡布局中显示我的所有组件?

发布于 2024-11-04 13:39:51 字数 242 浏览 0 评论 0原文

我面临一个问题,希望你能帮助我..

我在代码中使用选项卡,并且在其中添加了很多组件(按钮,图像按钮等..),我将此布局放在屏幕中央,这就是问题所在,因为并非所有组件都出现在我的布局中(一些按钮出现,另一些则不出现,我看不到 或处理它)。

那么我可以缩小组件或自定义它以使其看起来不错吗?

我使用 TableLayout 来管理组件,然后我在相应的选项卡中添加了这个布局..

你能帮我吗? 提前thnaxx。

i am facing a problem and wish you help me..

i am using tabs in my code and and i added a lot of component in it (Buttons , ImageButtons, etc..) and i put this layout in the center of the screen and here is the problem because not all my component appear in my layout (some buttons appears and others not and i can't see
it or deal with it).

So can i shrink the component or customize it to appear fine?

iam using TableLayout to manage the component then i added this layout in the corresponding tab ..

can you help me in that?
thnaxx in advance.

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

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

发布评论

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

评论(1

甲如呢乙后呢 2024-11-11 13:39:51

为 xml 文件中的组件赋予相同的权重。

android:layout_weight="1"

希望它能解决问题

Give same weight to component in xml file .
i.e.

android:layout_weight="1"

Hope it will solve the problem

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