get Drop Down View
open override fun getDropDownView(position: Int, convertView: View?, parent: ViewGroup): View
Content copied to clipboard
Gets a View
that displays in the drop down popup the data at the specified position in the data set.
Parameters
position
Index of the item whose view we want.
convertView
This value may be null
.
parent
This value cannot be null
.