From ae9307708def975e7213fd4e59a3518b409ac0b8 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Date: Thu, 10 Oct 2019 22:29:15 -0500 Subject: [PATCH] Fix bad example on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe66985..84706f4 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,8 @@ But if you're as lazy as I'm - then there is another option to handle `PageIndic app:piv_selectedColor="@color/gray_50" app:piv_unselectedColor="@color/gray_300" app:piv_viewPager="@id/viewPager" - attrs:piv_padding="12dp" - attrs:piv_radius="8dp" /> + app:piv_padding="12dp" + app:piv_radius="8dp" /> ``` All the `piv_` attributes here are specific for `PageIndicatorView` so you can customise it as you want with attributes - pretty handy.