我可以像这样创建一个nestedScroll布局吗?

时间:2015-11-02 04:03:03

标签: android scrollview android-recyclerview nestedscrollview

enter image description here

我认为可以通过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>

2 个答案:

答案 0 :(得分:6)

只需将 ScrollView 更改为 android.support.v4.widget.NestedScrollView

如果不起作用,请发布您的xml

答案 1 :(得分:2)

你可以这样做,但使用这种类型的布局

并不好

首先,你需要添加“wrap_content”abilty ViewPager和RecyclerView的

ViewPagerRecyclerView

现在您可以轻松使用scrollview,将所有项目放入其中

如果你想要一些效果或某些东西,当用户滚动或某些项目在滚动中可见时你可以得到项目的位置然后让听众 scrollview的“OnScrollChangedListener”