で達成できると思いますNestedScrollingChild NestedScrollingParent。
しかし、私はそれらを本当に理解することはできません.誰が私を助けることができます!
プロダクトマネージャーはデザインにこだわります。
には、「TabLayout」とScrollViewが含まれています。LinearLayoutViewPager
ViewPager2をfragment含む、RecyclerViewまたは 2 だけを含むRecyclerView。
ScrollViewBottom までスクロールすると、 Bottom までスクロールRecyclerViewできます。
上にRecyclerViewスクロールすると、上にScrollViewスクロールできます。
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:layout_width="match_parent"
android:layout_height="1000dp" />
<TableLayout
android:layout_width="match_parent"
android:layout_height="60dp"></TableLayout>
<android.support.v4.view.ViewPager
android:layout_width="match_parent"
android:layout_height="match_parent"></android.support.v4.view.ViewPager>
</LinearLayout>
</ScrollView>
