# DoubleScrollContainer **Repository Path**: msilemsile/DoubleScrollContainer ## Basic Information - **Project Name**: DoubleScrollContainer - **Description**: 包含两个可滑动view视图,上下翻页~(过时~请移步https://github.com/msilemsile/MultiScrollContainer) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-03 - **Last Updated**: 2023-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DoubleScrollContainer @Deprecated see https://github.com/msilemsile/MultiScrollContainer 包含两个view视图,上下翻页~ 上下都为普通view ![Image](https://raw.githubusercontent.com/msilemsile/DoubleScrollContainer/master/example2.gif) 上下都为可滑动view ![Image](https://raw.githubusercontent.com/msilemsile/DoubleScrollContainer/master/example1.gif) 上为滑动view 下为viewpager ![Image](https://raw.githubusercontent.com/msilemsile/DoubleScrollContainer/master/example3.gif) ``` //add your TopView !!(id 为 R.id.double_scroll_top_view ) //add your BottomView !!(id 为 R.id.double_scroll_bottom_view) //!!PS:如果topview或者bottomview是viewpager 请设置内部可滚动view id为 R.id.double_scroll_inner_scroll ```