From ae23e996f6382e96a6dad6c2d8e3e34b370c3bd6 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 9 Oct 2018 11:09:13 -0400 Subject: [PATCH] Add missing equal sign on Theming section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f2eebc..8b912d77 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ There are several theming options available through XML attributes which you can app:keypadDeleteButtonPressedColor="#C8C8C8" // Change the pressed/focused state color of the delete button app:dotEmptyBackground="@drawable/empty" // Customize the empty state of the dots - app:dotFilledBackground"@drawable/filled" // Customize the filled state of the dots + app:dotFilledBackground="@drawable/filled" // Customize the filled state of the dots app:dotDiameter="12dp" // Change the diameter of the dots app:dotSpacing="16dp" // Change the spacing between individual dots app:indicatorType="fillWithAnimation" // Choose between "fixed", "fill" and "fillWithAnimation"