From b426caadcb7bb00aad7d9cf7e46efb275c5980e2 Mon Sep 17 00:00:00 2001 From: Suneet Agrawal Date: Wed, 9 Aug 2017 18:46:35 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c829d..74e3a28 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ compile 'com.agrawalsuneet.androidlibs:dotsloader:0.4' var cirLoader = CircularDotsLoader(this) cirLoader.defaultColor = ContextCompat.getColor(this, R.color.blue_delfault) cirLoader.selectedColor = ContextCompat.getColor(this, R.color.blue_selected) - cirLoader.bigCircleRadius = 100 + cirLoader.bigCircleRadius = 120 cirLoader.radius = 40 cirLoader.animDur = 100 cirLoader.firstShadowColor = ContextCompat.getColor(this, R.color.pink_selected)