Skip to content

P3tr0viCh/ExpansionPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62be300 · Jul 3, 2024

History

11 Commits
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jun 28, 2017
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jul 3, 2024
Jun 2, 2016
Jun 2, 2016
Jul 3, 2024
Jun 2, 2016

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