diff --git a/README.md b/README.md index 4ccdb2d..b245264 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,19 @@ counterFab.increase(); // Increase the current count value by 1 counterFab.decrease(); // Decrease the current count value by 1 ``` +## Customization + +The recommended way to customize the background color is by using the `app:backgroundTint` attribute + +```xml + +``` + See more at the [sample](https://github.com/andremion/CounterFab/tree/master/sample) ## Libraries and tools used in the project