I am trying to set #ffffff
(white) background at 50% opacity to TextView.
I tried to use android:alpha=0.5
but it's also making text 50% transparent.
I need to set 50% opacity at white background.
I find one tutorial Here but don't understand that much.
Please provide me any reference. Thanks in Advance.