I’ve placed LinearLayout over another. It’s like a floating menu with transparency but the problem is that the layout under it can be actually clicked even though the LinearLayout with transparency is over it.
I hope you understand what I mean.
Is there any way I can avoid that? (I’d rather don’t disable clickListener from the layout under..)
I’ve solved it by creating a
clickListenerfor theLinearLayoutand doing nothing on thatclickListener.