I'm new at Android, and almost haven't any work with EditText view, but still i received image with some EditText that i must use.
I saw some similar EditText in custom dialog from official Android developer page (Figure 5).
As you can see, there are some underlines, in each EditText.
First i thought, that EditText, with such underline, is default View. But when i tried to make such EditText component, i faced problem, that default EditText haven't any underlines, and it's just a simple rectangle, without any images inside... I tried to make this component another background (creating selector xml file), setting some background image... Nothing works.
Please, give me advice: How to make such EditBox with underline, and that image above that EditText.
P.S. I'm using 10 API Level (2.3.3) with support library to work with fragments.
P.S.S. Sorry for little information. I'm new at Stackoverflow, and can't post Images, and more than 2 Hyperlinks...

EditText. Show us what you tried in that direction – K-ballo Jan 10 at 1:16