customThemeBinding

fun customThemeBinding(@StyleRes dialogThemeResId: Int = 0): ViewFactory<AlertContainerScreen<*>>

Creates a ViewFactory to show the AlertScreens of an AlertContainerScreen as Android AlertDialogs.

Parameters

dialogThemeResId

the resource ID of the theme against which to inflate dialogs. Defaults to 0 to use the parent context's default alert dialog theme.