我的Recyclerview在NestedScrollview中,它正在工作,但滚动工作不顺畅

时间:2018-02-21 07:25:15

标签: android android-recyclerview android-scrollview android-nestedscrollview nestedscrollview

我尝试了几乎所有东西,但没有得到完美的平滑滚动。请帮我。在此先感谢

这是我的布局

<com.agribazaar.android.views.StickyScrollView style="@style/MatchParent">
       <LinearLayout
                android:id="@+id/ll_auctions"
                style="@style/MatchWidth"
                android:orientation="vertical">

                <android.support.v7.widget.RecyclerView
                    android:id="@+id/rv_upcoming"
                    style="@style/MatchWidth"
                    android:nestedScrollingEnabled="false"
                    android:padding="@dimen/m4dp" />


        </LinearLayout>

    </com.agribazaar.android.views.StickyScrollView>

1 个答案:

答案 0 :(得分:2)

试试这个..

recyclerView.setNestedScrollingEnabled(false);