ListMenuPresenter

constructor(context: Context, itemLayoutRes: Int)(source)

Construct a new ListMenuPresenter.

Parameters

context

Context to use for theming. This will supersede the context provided to initForMenu when this presenter is added.

itemLayoutRes

Layout resource for individual item views.


constructor(itemLayoutRes: Int, themeRes: Int)(source)

Construct a new ListMenuPresenter.

Parameters

itemLayoutRes

Layout resource for individual item views.

themeRes

Resource ID of a theme to use for views.