public static interface AlertController.AlertParams.OnPrepareListViewListener
Modifier and Type | Method and Description |
---|---|
void |
onPrepareListView(ListView listView)
Called before the ListView is bound to an adapter.
|
void onPrepareListView(ListView listView)
listView
- The ListView that will be shown in the dialog.