From bfb5de5073ce411adf032bc3fa78d3c5138fccb6 Mon Sep 17 00:00:00 2001 From: LeoAndo Date: Sun, 17 Oct 2021 14:32:02 +0900 Subject: [PATCH] update README.md (Customization: TickerView via XML) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c8aeb..5fe8125 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ android:gravity="center" android:textColor="@color/colorPrimary" android:textSize="16sp" app:ticker_animationDuration="1500" -app:ticker_preferredScrollingDirection="any" +app:ticker_defaultPreferredScrollingDirection="any" ``` Or Java: