Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要做的是在所选项目上添加半透明图像。我正在尝试模拟 iphone 在点击事件中添加按钮的相同效果。我有一个网格视图,每个项目中都包含不同的图像。当我使用选择器来制作这种效果时,只有图像的背景会受到影响,而不是图像本身。
Google Play 应用程序执行此操作。当一个项目被点击时,它会在所选项目上设置一个蓝色叠加层。
我怎样才能做到这一点?