GalleryView如何更改背景颜色

时间:2011-06-04 14:44:12

标签: android galleryview

我正在使用GalleryView,我想将背景颜色更改为WHITE。我在attrs.xml文件中使用以下设置。看起来很简单但我无法找到如何更改/应用自定义背景颜色到GalleryView。

我只想补充一点,我想保留galleryItemBackground上存在的边框效果。

我想要的效果是使用几乎与galleryItemBackground相同的样式,除了我想要反转颜色。我想要一个黑色阴影的边框和一个白色的背景图像。如何创建此效果?

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

0 个答案:

没有答案