我正在使用一个 GalleryView,我想在其中将背景颜色更改为白色。我在 attrs.xml 文件中使用以下设置。看起来很简单,但我一直无法找到如何将自定义背景颜色更改/应用到 GalleryView。
我只是想补充一点,我想保留galleryItemBackground 上存在的边框效果。
我正在寻找的效果是具有几乎与 galleryItemBackground 相同的样式,只是我想反转颜色。我想要边框的深色阴影和图像的白色背景。我怎样才能创造这种效果?
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ProductGallery">
<attr name="android:galleryItemBackground" />
</declare-styleable>
</resources>