custom Theme Binding
fun customThemeBinding(@StyleRes dialogThemeResId: Int = 0): ViewFactory<AlertContainerScreen<*>>
Content copied to clipboard
Creates a ViewFactory to show the AlertScreens of an AlertContainerScreen as Android AlertDialogs.
Parameters
dialog Theme Res Id
the resource ID of the theme against which to inflate dialogs. Defaults to 0 to use the parent context's default alert dialog theme.