I\'ve seen this question asked some other times on the site, but no one couldn\'t get any answer.
Is there any way to customize the appearance of the divider in the
I had faced same problem and try many ways but not achieve result, at last i got a quick and easy way to set divider and divider lenght with AutocompleteTextview. Basically we can set a border from bottom side with TextView of ArrayAdapter Layout. Like as
step1. Make a layout for arrayadapetr like as
step2: in drawable folder create new layout its name background_single_line.xml
-
-
Finally looks as divider .