Dialog style override for Spinner in dialog mode

I need to override the list of dropdown items when the Spinner id is in dialog mode (android: spinnerMode = "dialog"). I need this to define my own list separator.

I found the dropDownListViewStyle element in an application theme that contains a divider element. And it works, but only for android: spinnerMode = "dropdown".

Can I have the same effect for the dialogue mode?

+5
source share

All Articles