如何更改 Android Gallery 中图像的不透明度
我制作了一个画廊视图,其中的图像位于背景图像上,我注意到它们看起来是透明的。我想知道是否有办法使 XML 100% 不透明。
I had made a gallery view with images over a background image and I noticed that they seemed transparent. I was wondering if there is a way to make then 100% opaque in the XML.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gallery 类有一个方法 setUnselectAlpha(float alpha)。玩得开心。
文档
The Gallery class has a method setUnselectAlpha(float alpha). Have fun with that.
Docs