c

counterfab

A FloatingActionButton subclass that shows a counter badge on right top corner
https://github.com/andremion/CounterFab
The Apache Software License, Version 2.0
André Mion
Files download
File Operation
counterfab-1.0.0.pom download
counterfab-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.andremion</groupId>
  <artifactId>counterfab</artifactId>
  <version>1.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.andremion:counterfab:1.0.0'
Gradle Kotlin
implementation("com.github.andremion:counterfab:1.0.0")
Scala SBT
libraryDependencies += "com.github.andremion" % "counterfab" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andremion', module='counterfab', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.andremion" name="counterfab" rev="1.0.0" />
Leiningen
[com.github.andremion/counterfab "1.0.0"]
Apache Buildr
'com.github.andremion:counterfab:jar:1.0.0'
Dependencies