E

ExpandingLayout

Android view layout that's can be expanded or collapsed
https://github.com/grakhell/ExpandingLayout
The Apache License, Version 2.0
Dmitrii Z
Files download
File Operation
ExpandingLayout-1.1.1.pom download
ExpandingLayout-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.grakhell</groupId>
  <artifactId>ExpandingLayout</artifactId>
  <version>1.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.grakhell:ExpandingLayout:1.1.1'
Gradle Kotlin
implementation("io.github.grakhell:ExpandingLayout:1.1.1")
Scala SBT
libraryDependencies += "io.github.grakhell" % "ExpandingLayout" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.grakhell', module='ExpandingLayout', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.grakhell" name="ExpandingLayout" rev="1.1.1" />
Leiningen
[io.github.grakhell/ExpandingLayout "1.1.1"]
Apache Buildr
'io.github.grakhell:ExpandingLayout:jar:1.1.1'