diff --git a/README.md b/README.md index a0d78ed..680c025 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ public View getView(int position, View convertView, ViewGroup parent) } ``` +> AutoUtils.autoSize(this); 使用前请保证当前View已经设置了LayoutParams 注意` AutoUtils.autoSize(convertView);`这行代码的位置即可。demo中也有相关实例。