I have an app that is laid out like this, the mainactivity hosts 2 tabs with accompanied fragments, the first fragment has a recycler view that works, I\'m trying to add the
You want to set something up like this:
This will give you a parallax effect with Fragments inside the ViewPager.
Make sure you add the:
android:fitsSystemWindows="true"
Attribute to both AppBarLayout and CollapsingToolbarLayout, and this attribute to the Toolbar:
app:layout_collapseMode="pin"
If you want to add another Fragment you can add a FrameLayout like so: