class AsyncAppCompatFactory : AsyncLayoutFactory


Factory for inflating views in AppCompat activity. This is used when Async inflater is created with AppCompat context.

Summary

Public constructors

Public functions

View?
onCreateView(name: String, context: Context, attrs: AttributeSet)

Creates view using AppCompatViewInflater.

View?
onCreateView(
    parent: View?,
    name: String,
    context: Context,
    attrs: AttributeSet
)

Creates view using AppCompatViewInflater.

Public constructors

AsyncAppCompatFactory

Added in 1.1.0-alpha02
AsyncAppCompatFactory()

Public functions

onCreateView

Added in 1.1.0-alpha02
fun onCreateView(name: String, context: Context, attrs: AttributeSet): View?

Creates view using AppCompatViewInflater.

onCreateView

Added in 1.1.0-alpha02
fun onCreateView(
    parent: View?,
    name: String,
    context: Context,
    attrs: AttributeSet
): View?

Creates view using AppCompatViewInflater.