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

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -