Droid x,Linearlayout 背景图像未显示?

发布于 2024-12-08 07:15:44 字数 200 浏览 0 评论 0原文

我开发了许多 Android 应用程序,并且总是使用 android:background = "@/drawable/imagename" 并且它总是有效。 现在我正在三个设备(Galaxy s 、 droid x 和 droid 2 )和模拟器上进行测试。 所有模拟器都显示背景和星系。但不是机器人!

我尝试了 PNG 和 JPG 图像,但没有成功。你怎么认为 ?

I have developed many android apps and I always use android:background = "@/drawable/imagename" and it always worked.
Now I'm testing on three devices (Galaxy s , droid x and droid 2 ) and the emulator .
All the emulators display the background , and the galaxy . but non of the droids !.

I tried both PNG and JPG images with no luck . what do you think ?

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

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

发布评论

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

评论(1

小矜持 2024-12-15 07:15:44

根据屏幕的分辨率,图像文件是从不同的地方提取的。我也遇到过类似的问题。
尝试将文件移动到drawable-hdpi或drawable-mdpi。

Depending on the resolution of the screens, the image files are pulled from different places. I've had similar issues.
Try to move the file into drawable-hdpi or drawable-mdpi.

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