As the title says, I’ve seen EditTexts where they are just plain white with no smooth corners or orange android border when you highlight it etc.
Like it looks in this app:
http://s1.appbrain.com/screen?id=-2631427781674403509&i=1
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 create a custom background 9-patch image like this one and put it to
/res/drawabledirectory. Here is the tutorial for 9-patch images. Then you need to apply the image as a background for yourEditTextusingandroid:backgroundattribute.Here is a sample layout xml:
And here is the result: