GitHub - P3tr0viCh/ExpansionPanel: Animated expansion panel

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Release API

ExpansionPanel

Animated expansion panel.

Demo Demo Demo Demo

Usage

Add Gradle dependency

Add the following to your build.gradle:

repositories {
       ...
       maven { url "https://jitpack.io" }
}

dependencies {
       compile 'com.github.P3tr0viCh:ExpansionPanel:2.0.0'
}