图库中的灰色面板?

时间:2011-03-20 09:42:16

标签: android image gallery

嘿 我一直试图为这个问题找到解决方案很长一段时间。

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

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

图像只是白色图像,但正如您在上图所示,由于某种原因,它们都会出现灰色背景。

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

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

由于

1 个答案:

答案 0 :(得分:0)

这就是resources.xml

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

尝试删除此声明。