From 14f1cae930e31468cd2b9018c1dfba6f34ca42f0 Mon Sep 17 00:00:00 2001 From: Yuriy Budiyev Date: Thu, 30 Nov 2017 17:19:53 +0300 Subject: [PATCH] Dev --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c7cba3..c6826ca 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Define a view in your layout file: app:foregroundStrokeColor="#ffff4081" app:foregroundStrokeWidth="3dp" app:indeterminate="false" - app:indeterminateGrowAnimationDuration="2000" + app:indeterminateRotationAnimationDuration="2000" app:indeterminateMinimumAngle="45" - app:indeterminateSweepAnimationDuration="1000" + app:indeterminateArcAnimationDuration="1000" app:maximum="100" app:progress="50" app:progressAnimationDuration="500"