# StickyScrollView **Repository Path**: cubebox/StickyScrollView ## Basic Information - **Project Name**: StickyScrollView - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-03-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StickyScrollView Suspended rolling interface and can be customized various rolling animation the stickyScrollView can Free sliding and customize all insert and exit the animation ### Example ![GIF a](https://github.com/cubebbox/StickyScrollView/blob/master/a.gif) without header ![GIF b](https://github.com/cubebbox/StickyScrollView/blob/master/b.gif) Declare an StickyView inside your XML layout file. You also need to other layouts for contentLayout and floatLayout: ### Customization You can change contentLayout and floatLayout of the view app:startHeight ------the height in scrollView init app:releaseTouch ------Whether to release touch events app:stickyBackground ------When the view is suspended, the underlying background color ### Troubleshooting If you want to use the StickyScrollView with EditText, you have to set android:windowSoftInputMode="adjustPan" to prevent the parent view to redraw itself .