# DragTopLayout **Repository Path**: willsspace/DragTopLayout ## Basic Information - **Project Name**: DragTopLayout - **Description**: refer to the chenupt's DragTopLayout && hongyangAndroid's Android-StickyNavLayout,using ViewDragHelper class,considering the height of topview exceed the screen height - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DragTopLayout refer to the chenupt's DragTopLayout && hongyangAndroid's Android-StickyNavLayout,using ViewDragHelper class,considering the height of topview exceed the screen height ![image](https://github.com/zhanchiFF/DragTopLayout/raw/master/example.png) # Base Useage 1、the layout must include two child views; and the topview(aboveview) has better to be common layout,such as LinearLayout,and can't sliding;It means ScrollView/ListView is not recommended; 2、the bottomView(belowview) can be any view; But,the manager that the bot tomview belong to (such as fragment,activity,or others) must implements the interface "DragTopNewGroup.BelowTouchListener";