如何支持与多个布局对象相关的背景图像的不同手机和屏幕尺寸

发布于 2024-11-07 15:44:06 字数 398 浏览 2 评论 0原文

因此,现在我的布局之一将表格图像设置为背景,然后将 TextView 对象与作为我的背景的表格中的相应单元格对齐。 (我基本上使用空格和填充来操作 TextView 字符串)

我使用模拟器和我的 Droid X 进行测试,我注意到背景会改变大小以适应屏幕。这很好,但是使得我无法正确排列我的 TextView 字符串以匹配不同的屏幕尺寸。 (它可以在一个上运行,但不能在另一个上运行)

我对可能的解决方案的疑问:

  • 我可以使这个过程更通用以适应不同的屏幕尺寸吗?

  • 有没有办法让背景中的图像保持相同的大小,无论它在什么设备上运行,并且没有填充的空白区域为黑色?

  • 有没有办法在android中轻松创建带有颜色填充单元格的表格?

So right now one of my layouts has a table image set as a background then I have TextView objects line up with the corresponding cells in the table that is my background.
(I basically use spaces and padding to manipulate the TextView strings)

I test using an emulator and my Droid X and I notice that the background shifts sizes to fit the screen. Thats great and all, but makes it impossible to line up my TextView strings correctly to match the different screen sizes.
(It can work on one, but not the other)

My questions to possible solutions:

  • Can I make this process more generic to fit different screen sizes?

  • Is there a way to keep the image in my background the same size no matter what device it is running on and have the empty spaces it doesn't fill be black?

  • Is there a way to easily create a table in android with color filled cells?

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

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

发布评论

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

评论(1

吐个泡泡 2024-11-14 15:44:06

我建议将背景分割成多个图像,然后将图像与 TextView 对齐,即 TextView 的背景。只是我的2c。

I suggest cutting up the background into several images, and then having the image that is meant to line up with the TextView, the background of the TextView. Just my 2c.

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