# OverNestedScrollView **Repository Path**: aceyun/OverNestedScrollView ## Basic Information - **Project Name**: OverNestedScrollView - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OverNestedScrollView NestedScrollView that can elastic sliding ## Usage In xml,just use it as NestedScrollView. In code,remember to setNestedScrollingEnabled to false that any view can nested scroll,as follows recyclerView.setNestedScrollingEnabled(false); You can set the distance of overscroll by setOverScrollY(). ### xml: ### code: recyclerView.setNestedScrollingEnabled(false);