九个补丁可绘制在 tabhost 横向方向上不起作用

发布于 2024-11-07 03:15:52 字数 103 浏览 1 评论 0原文

因此,我将图像创建为九个可绘制补丁,作为 tabhost 的选项卡小部件。在纵向模式下看起来不错,但在横向模式下,九个可绘制的补丁没有扩展。它的尺寸与肖像模式下的尺寸相同。谁能帮助我吗?谢谢。

So I created my image as nine patch drawable as tab widget for tabhost. It looks right when in portrait mode but when in landscape mode, the nine patch drawable didn't expand. It has just the same size just like in the portrait mode. Can anyone help me? Thanks.

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

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

发布评论

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

评论(1

初心 2024-11-14 03:15:52

找到了答案。 我没有像这样将九个补丁可绘制对象设置为源,而是

android:src="@drawable/tab_one"

尝试将其更改为背景。现在,无论是纵向还是横向模式,九个补丁可绘制的内容都适合屏幕。

android:background="@drawable/tab_one"

Found out the answer. Instead of setting the nine patch drawable as source like this

android:src="@drawable/tab_one"

I tried to change it to background. Now, the nine patch drawable fits the sreen whether in portrait or landscape mode.

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