Reputation: 135
I tried almost everything but did not get a perfect smooth scrolling. please help Me. Thanks in Advance
this is my layout
<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>
Upvotes: 1
Views: 149