I have toolbar, tab layout and imageview inside Collapsing layout. I need to change alpha of that image to be equal of collapse state of that imageview. It means ->
image completely hide : alpha = 0%
image 50% scrolled : alpha = 50%
image completely shown : alpha = 100%
Unfurtunatelly, i haven't found any xml parameter which could affect this. Is there any simple solution for this?