From 640d5e48d49bbe9bce87a5b2cd8e8d68bc91dd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=92=90?= <2021765485@qq.com> Date: Mon, 17 Sep 2018 11:32:40 +0800 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a32ffef..2dccf90 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ setIconDirection|Int|WPopupDirection.LEFT|设置icon的方向 如果data中设 setDrawablePadding|Int|5|设置drawablePadding setTextColor|Int|Color.WHITE|设置item中text的颜色 setTextSize|Int|14|设置item中text的大小 +setEnableChangeAnim|Boolean|false|设置点击切换文字时是否启用动画 **当然,如果默认的UI不适合您,您也可以自定义UI,只需传入一些参数即可**