getLayout

Get the default layout res id of the list item view.

Return

Default layout resource.

abstract fun getLayout(): Int

Get the flavored layout res id of the list item view.

Return

Layout resource.

abstract fun getLayout(flavor: String): Int