r

reactbutton

Android Library to make it easy to create and customize reactions dialog like facebook or linkedin
https://github.com/amrdeveloper/reactbutton
MIT
Amr Hesham
Files download
File Operation
reactbutton-2.1.0.pom download
reactbutton-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.amrdeveloper</groupId>
  <artifactId>reactbutton</artifactId>
  <version>2.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.amrdeveloper:reactbutton:2.1.0'
Gradle Kotlin
implementation("io.github.amrdeveloper:reactbutton:2.1.0")
Scala SBT
libraryDependencies += "io.github.amrdeveloper" % "reactbutton" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.amrdeveloper', module='reactbutton', version='2.1.0')
)
Apache Ivy
<dependency org="io.github.amrdeveloper" name="reactbutton" rev="2.1.0" />
Leiningen
[io.github.amrdeveloper/reactbutton "2.1.0"]
Apache Buildr
'io.github.amrdeveloper:reactbutton:jar:2.1.0'
Dependencies