SyntaxFix
Write A Post
Hire A Developer
Questions
I am not sure about the XML but you can do it by code in the following way.
ImageView myImageView = new ImageView(this); myImageView.setAlpha(xxx);
In pre-API 11:
In API 11+: