findViewById

fun <T : View> findViewById(@IdRes id: Int): T

Find view from the custom view of the Dialog.

Parameters

id

view id.

T

view class.