Hello,
I have a requirement I'm struggling with a bit. I have Labels, Buttons, ImageViews, SeekBars, Checkboxes etc etc... and after a set period of time I'd like to make them become darker or a bit transparent, something to hide them a little until activated again.
I am able to do this with labels, I can just set the alpha to 30%. I'm not sure what to do for other controls.
Another idea I had was to float a panel above the views, set it to black and set the alpha again. The only trouble with this approach is it also makes the background or other things around the view items appear darker.
Does anyone have any good ideas for this please?
Thank you
I have a requirement I'm struggling with a bit. I have Labels, Buttons, ImageViews, SeekBars, Checkboxes etc etc... and after a set period of time I'd like to make them become darker or a bit transparent, something to hide them a little until activated again.
I am able to do this with labels, I can just set the alpha to 30%. I'm not sure what to do for other controls.
Another idea I had was to float a panel above the views, set it to black and set the alpha again. The only trouble with this approach is it also makes the background or other things around the view items appear darker.
Does anyone have any good ideas for this please?
Thank you