SlidingUpPanelLayout
A powerful and flexible SlidingPanelLayout, which can support multiple panels in the vertical direction.
Screenshot
Download
1. sample apk
2. Gradle
root project:build.gradle
app:build.gradle
Usage
1. java (Dynamic way)
Go to sample for more details.
2. xml (Static way)
Go to sample for more details.
Attentions
- Your calculation must be accurate when your
PanelView
implement the interfaceISlidingUpPanel
,
which can make sureSlidingUpPanelLayout
to work properly. Generally my demos are good reference. - Don't set
onTouchListener
for yourPanelView
in your own code, or may causeSlidingUpPanelLayout
working abnormally. - Don't load too many
PanelView
s because the recycling mechanism have not been considered.
Attributes
Welcome to issue or pull request.