From 31a1fecc9ccb6ae7b4bea98fb47d15ab3f47eb58 Mon Sep 17 00:00:00 2001 From: zhoulei <1090447721@qq.com> Date: Mon, 17 May 2021 14:58:57 +0800 Subject: [PATCH] =?UTF-8?q?README=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5046af1..d3c222f 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ public Margins getTipsMargins(int position); 该方法用于设置小圆点在tab中的间距大小。 ``` -public Drawable getTipsDrawable(int position); +public Element getTipsDrawable(int position); ``` 该方法用于设置小圆点的背景,默认为红色圆角图。 -- Gitee