Skip to content

P3tr0viCh/ExpansionPanel

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'
}