I am trying to create an EditText field which looks like the one used on the gmail app (compose new e-mail screen) for to field. (It is a field with a bracketed underline)
When I implement a text box, it comes like a box which can contain text.
What should I do to get a text field which should look like gmail.
I am new to Android. Thanks for your help.
Clarification: I think I have not been able to explain clearly what I want. Please refer to the image in the link http://tinypic.com/view.php?pic=261lzli&s=6 this is what I want. But when I am trying to implement EditText I get a different look and feel. I do not get this blue underline as a EtitText box, rather I get a box which has borders on all sides. Hope I have been able to clarify the requirement now.