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.
有没有办法以编程方式突出显示android中的imageview?
我正在展示扑克牌,我想突出显示或遮蔽特定的牌(图像视图)。我怎样才能做到这一点?
谢谢
签出 imageView.setColorFilter()
如果您有自定义突出显示轮廓。
您可以将 ImageView 放在 LinearLayout 中。将突出显示的图像设置为布局的背景。进行一些边距调整后,您将获得细粒度的自定义突出显示。