debug
04/01/2016, 2:51 AMrelativeLayout {
nestedScrollView {
textView("Some scrolling content here") {
textSize = sp(100).toFloat()
}
}
}.lparams(matchParent, matchParent) {
behavior = AppBarLayout.ScrollingViewBehavior()
}
@jameshealey94