``` coorditorLayout { someView { }.lparams...
# anko
s
Copy code
coorditorLayout {
    someView {
    }.lparams {
        behavior = AppBarLayout.ScrollingViewBehavior()
    }
}