SingleRecipientArrayAdapterpublic class SingleRecipientArrayAdapter extends android.widget.ArrayAdapter
Fields Summary |
---|
private final DropdownChipLayouter | mDropdownChipLayouter | private final android.graphics.drawable.StateListDrawable | mDeleteDrawable |
Constructors Summary |
---|
public SingleRecipientArrayAdapter(android.content.Context context, RecipientEntry entry, DropdownChipLayouter dropdownChipLayouter)
this(context, entry, dropdownChipLayouter, null);
| public SingleRecipientArrayAdapter(android.content.Context context, RecipientEntry entry, DropdownChipLayouter dropdownChipLayouter, android.graphics.drawable.StateListDrawable deleteDrawable)
super(context,
dropdownChipLayouter.getAlternateItemLayoutResId(AdapterType.SINGLE_RECIPIENT),
new RecipientEntry[] { entry });
mDropdownChipLayouter = dropdownChipLayouter;
mDeleteDrawable = deleteDrawable;
|
|