You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a fix but a workaround -- I ended up putting the CircleImageView inside of a RelativeLayout and changed the opacity by doing this:
mRelativeLayout.setAlpha(0.5f);
I'm programatically applying alpha values to the image like this:
mProfilePicture.setImageAlpha(100);
But it doesn't seem to do anything.
I've tried using the same line of code on a regular ImageView and it works just fine, but when applied to the CircleImageView it doesn't work :(
Any suggestions/alternatives?
The text was updated successfully, but these errors were encountered: