I have a view which has opacity 0.5 applied for a background effect, but in there are two labels with text which should NOT want to inherit the opacity (value should be 1).
Is there a way to achieve this or do nested elements automatically receive their parents' opacity properties without the option over overriding?
Thanks