I’ trying to develop a screen on my android app like facebook login (App iPhone/Android)
App Facebook Screenshot
How can I draw this separator line between these two edittexts: e-mail and password?
Thanks!!
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.
to make a such effect you have just to make your own 9-patch drawable. i have alreaady done such thing on my app see this
Layout top drawable unpressed

Layout top drawable pressed
Layout bottom drawable unpressed
Layout bottom drawable pressed
The only thing that left is to build two selector one for the top edit text and another for the bottom edittext and set them as backround for your edittext:
selector_top_editText.xml:
selector_bottom_editText.xml:
For your login page you can use this layout
check this and keep me in touch if you find problems
Cheers