If I do setAlpha(0.5f)
on a few (image) views, my app gets horribly slow, at least on my Android 4.+ tablets.
If I remove the setAlpha
calls, the app (scrolling and paging) works smoothly.
Is there an alternative/faster method for making my views semitransparent?