You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to have a view pager in collapsing toolbar layout with both collapsing toolbar layout and view pager scrolling functionality to work properly, below I have the following view hierarchy:
I want to touch ViewPager inside CollapsingToolbarLayout, vertical scroll
Please help me
It is my .xml file
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
...
</android.support.design.widget.CoordinatorLayout>
The text was updated successfully, but these errors were encountered: