Android nested scrollview anchored to AppBArLayout -


so, have situation, need create this:

enter image description here

where white background view nested view, , image elements in appbar. now, managed create without nestedscrollview being on appbarlayout, how can achieve that, how can put nestedscrollview above appbarlayout without loosing functionality?

in oreder make work, need following:

<android.support.v4.widget.nestedscrollview         android:layout_width="match_parent"         android:layout_height="match_parent"         app:behavior_overlaptop="64dp"         app:layout_behavior="@string/appbar_scrolling_view_behavior"> 

where overlaptop how overlap , layout_behavior thing need here. hope helps.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -