我认为可以通过NestedScrollingChild
NestedScrollingParent
来实现。
但我无法理解他们。谁可以帮助我!
产品经理坚持设计。
ScrollView
包含LinearLayout
," TabLayout"和ViewPager
。
ViewPager
包含2 fragment
包含RecyclerView
或仅包含RecyclerView
。
当ScrollView
滚动到底部时,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>
答案 0 :(得分:6)
只需将 ScrollView 更改为 android.support.v4.widget.NestedScrollView
如果不起作用,请发布您的xml
答案 1 :(得分:2)
你可以这样做,但使用这种类型的布局
并不好首先,你需要添加“wrap_content”abilty ViewPager和RecyclerView的
现在您可以轻松使用scrollview,将所有项目放入其中
如果你想要一些效果或某些东西,当用户滚动或某些项目在滚动中可见时你可以得到项目的位置然后让听众 scrollview的“OnScrollChangedListener”