画廊中图像的灰色面板?

发布于 2024-10-23 22:20:51 字数 421 浏览 4 评论 0原文

嘿, 很长一段时间以来,我一直在努力寻找这个问题的解决方案。

问题是图库中的图像获得灰色透明背景,这是我的意思的图片:

http ://i51.tinypic.com/2hpnbja.png

这些图像只是白色图像,但正如您在上图中看到的那样,由于某种原因它们都变成了灰色背景。

谁能告诉我来源或如何解决这个问题?

这是源文件夹(19 kb): http://dl.dropbox.com/u/18331007/GalleryDemo.rar

谢谢

Hey,
I have been trying to get a solution for this issue for a long time.

The issue is that the images in the Gallery get a gray transparent background, here is a picture of what I mean:

http://i51.tinypic.com/2hpnbja.png

The images are simply white images, though, as you can see in the picture above, they all get a gray background for some reason.

Can anyone tell me the source or how to fix this issue?

Here is the source folder (19 kb):
http://dl.dropbox.com/u/18331007/GalleryDemo.rar

Thanks

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

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

发布评论

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

评论(1

平生欢 2024-10-30 22:20:51

这就是 resources.xml 的全部内容

<?xml version="1.0" encoding="UTF-8"?>
<resources> 
   <declare-styleable name="Gallery1"> 
      <attr name="android:galleryItemBackground"/> 
   </declare-styleable> 
</resources>

。尝试删除此声明。

That's all about resources.xml

<?xml version="1.0" encoding="UTF-8"?>
<resources> 
   <declare-styleable name="Gallery1"> 
      <attr name="android:galleryItemBackground"/> 
   </declare-styleable> 
</resources>

Try removing this declaration.

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