My App's layout as follow.
<ScrollView> // (A)
<View1> // (B)
<View2> // (C)
<ViewPager />
</ScrollView>
In ViewPager
, each fragment has ScrollView
(D).
In Scrolling, I want to be scrolled (A) and (D) together, but not working(only scrolled (D)).
Finally, I want to be scrolled to (C) in scrolling (D). ((C) is visible and fixed, (B) is not).