I am using AutoCompleteTextView
in my android application. I am using Theme.Light
as my default theme for my application.
Here is how my AutoCompleteTextView
look like
Now, I want to change the BLUE color border of that AutoCompleteTextView
to some other color ,for different selection, keeping the border style as it as. I dont want full border. How to do that?