I am designing an android user interface I am facing some problem in designing it can anybody guide me.

I need UI same as the above where there is not space between 2 EditText.
Regards
Altaf
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to change its background. The default Android
EditTexthas padding because of its background.Here’s the
EditText‘s background xml description:Just provide image for these states, create a similar drawable xml file in your project and you’ll be able to change how
EditTexts look like.