文件名称:Android代码-支持计数效果的 FloatingActionButton
文件大小:1.79MB
文件格式:ZIP
更新时间:2022-08-26 21:58:40
Android代码
CounterFab A FloatingActionButton subclass that shows a counter badge on right top corner It's also used by Louvre library. Installation Include the library in your build.gradle (check badge at top for latest version) dependencies{ compile 'com.github.andremion:counterfab:x.y.z' } or in your pom.xml if you are using Maven com.github.andremion counterfab x.y.z pom Usage Add it as a regular FloatingActionButton on layout… and programmatically you can use one of these methods: Cou
【文件预览】:
CounterFab-master
----.gitignore(118B)
----gradle()
--------wrapper()
----README.md(4KB)
----build.gradle(2KB)
----counterfab()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(645B)
--------src()
----art()
--------sample-arsenal.gif(7KB)
--------screen1-store.png(712KB)
--------screen2-store.png(712KB)
--------feature-graphic.png(136KB)
--------sample.gif(189KB)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(11KB)
----gradle.properties(779B)
----sample()
--------.gitignore(7B)
--------build.gradle(977B)
--------proguard-rules.pro(645B)
--------src()
----settings.gradle(33B)