I'm trying to style an EditText
but can't seem to find the right style for one of the UI elements. I don't even know it's name, which is slowing me down a bit :)
The background for this EditText
is going to be my theme's primary color (the dark pink in the picture - I've temporarily changed it to light pink so we can see what's happening in a screenshot).
Unfortunately, the teardrop shaped blob is also the primary color, but I can't find a way to change its color.
My question is
a) What's the teardrop shape called?!
and
b) How do I change its color on this EditText
?
Thanks.