Does anyone know how it is possible to create a Login Form on Android with curved edit texts?
For example like IOS:
Are there any good UI tutorials?
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.
create a 9-patch drawable and define it as the background for each textview.
but remember that copying UI elements from different platforms is not only is a general bad practice in any platform but as well is not recommended but the official Android design guidelines.
http://developer.android.com/design/patterns/pure-android.html