SeslArrayAdapter

class SeslArrayAdapter(context: Context, @LayoutRes resource: Int) : ArrayAdapter<Any?> (source)

An extension of {@link ArrayAdapter} which adds top padding on the first item, and bottom padding on the last item.

Constructors

Link copied to clipboard
constructor(context: Context, @LayoutRes resource: Int)

Functions

Link copied to clipboard
open override fun getDropDownView(position: Int, convertView: View?, parent: ViewGroup): View