e

expandableselector

ExpandableSelector is an Android library created to show a list of Button/ImageButton widgets inside a animated container which can be collapsed or expanded.
https://github.com/karumi/ExpandableSelector
The Apache Software License, Version 2.0
Karumi
Files download
File Operation
expandableselector-1.1.0.pom download
expandableselector-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.karumi</groupId>
  <artifactId>expandableselector</artifactId>
  <version>1.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.karumi:expandableselector:1.1.0'
Gradle Kotlin
implementation("com.karumi:expandableselector:1.1.0")
Scala SBT
libraryDependencies += "com.karumi" % "expandableselector" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.karumi', module='expandableselector', version='1.1.0')
)
Apache Ivy
<dependency org="com.karumi" name="expandableselector" rev="1.1.0" />
Leiningen
[com.karumi/expandableselector "1.1.0"]
Apache Buildr
'com.karumi:expandableselector:jar:1.1.0'
Dependencies
The project has no third-party dependencies