How to set the list divider of an MultiAutoCompleteTextView
I'm trying to find the way to set the list divider of a MultiAutoCompleteTextView, but it does not seem to have an android:divider property nor a setDivider() method. Is it possible at all to开发者_如何学JAVA change the default divider resource?
Thanks!
I have read that it requires creating styles and applying them to the MultiAutoCompleteTextView
Styling an AutoCompleteTextView
But I have not figured out how to make this work.
精彩评论