```relativeLayout { nestedScro...
# anko
d
Copy code
relativeLayout {
                    nestedScrollView {
                        textView("Some scrolling content here") {
                            textSize = sp(100).toFloat()
                        }
                    }
                }.lparams(matchParent, matchParent) {
                    behavior = AppBarLayout.ScrollingViewBehavior()
                }
@jameshealey94
simple smile 1