Droid x,Linearlayout 背景图像未显示?
我开发了许多 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据屏幕的分辨率,图像文件是从不同的地方提取的。我也遇到过类似的问题。
尝试将文件移动到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.