From 2493a018831ebc3eb543eb5143474ae218f87a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Mion?= Date: Thu, 22 Jun 2017 17:43:12 +0100 Subject: [PATCH] Add Customization section into README file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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