MediumClap-Android
The Medium's Clapping Effect developed in Android.
? How-To Article
Coming soon!
✔️ Changelog
Changes exist in the releases tab.
? Installation
Add this in your app's build.gradle file:
Or add ClapFab as a new dependency inside your pom.xml
❔ Usage
? Customization and Attributes
All customizable attributes for ClapFab
Attribute Name | Default Value | Description |
---|---|---|
app:cf_default_icon | @drawable/ic_clap_hands_outline | The default icon of the ClapFab button |
app:cf_filled_icon | @drawable/ic_clap_hands_filled | The filled icon after clapping of the ClapFab button |
app:cf_default_icon_color | @color/colorClapIcon | The color of default icon of the ClapFab button |
app:cf_filled_icon_color | @color/colorClapIcon | The filled color of icon after clapping of the ClapFab button |
app:cf_max_clap_count | 50 | The maximum count of clapping of the ClapFab button |
app:cf_count_circle_color | @color/colorClapIcon | The color of count's circle background |
app:cf_count_text_color | @android:color/white | The color of count's circle text |
app:cf_dots_1_color | @color/dotsColor1 | The color of particle's dots 1 |
app:cf_dots_2_color | @color/dotsColor2 | The color of particle's dots 2 |