I want to remove the orange highlight around the EditText. This highlight doesn’t match my UI and I really want to get rid of it.
Any ideas?
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.
EditText uses selector for it’s background.
From android source code:
You have to create you own selector where you can use your own drawables for pressed and selected state. You can read more about selectors here