From cb28862f78948e3fc7349b652bc82d01addf8d28 Mon Sep 17 00:00:00 2001 From: F1ReKing <284061805@qq.com> Date: Sat, 3 Feb 2018 14:40:55 +0800 Subject: [PATCH] =?UTF-8?q?[Readme]=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fa07c4c..05b39b1 100644 --- a/README.md +++ b/README.md @@ -91,15 +91,15 @@ dependencies { **注意:自定义layout中id必须与lib中一致** -| 方法名 | 说明 | layout中ID | -| ---------------------------------------- | -------- | ---------------------------------------- | -| setOnLoadingLayout(@LayoutRes loadingLayoutID: Int) | 配置加载布局 | tv_status_loading | -| setOnLoadingLayout(loadingLayout: View) | 配置加载布局 | tv_status_loading | -| setOnEmptyLayout(@LayoutRes emptyLayoutID: Int) | 配置数据空布局 | iv_status_empty
tv_status_empty
tv_click_empty | -| setOnEmptyLayout(emptyLayout: View) | 配置数据空布局 | iv_status_empty
tv_status_empty
tv_click_empty | -| setOnErrorLayout(@LayoutRes errorLayoutID: Int) | 配置数据错误布局 | iv_status_error
tv_status_error
tv_click_error | -| setOnErrorLayout(errorLayout: View) | 配置数据错误布局 | iv_status_error
tv_status_error
tv_click_error | - + | 方法名 | 说明 | layout中ID | + | ---------------------------------------- | -------- | ---------------------------------------- | + | setOnLoadingLayout(@LayoutRes loadingLayoutID: Int) | 配置加载布局 | tv_status_loading | + | setOnLoadingLayout(loadingLayout: View) | 配置加载布局 | tv_status_loading | + | setOnEmptyLayout(@LayoutRes emptyLayoutID: Int) | 配置数据空布局 | iv_status_empty
tv_status_empty
tv_click_empty | + | setOnEmptyLayout(emptyLayout: View) | 配置数据空布局 | iv_status_empty
tv_status_empty
tv_click_empty | + | setOnErrorLayout(@LayoutRes errorLayoutID: Int) | 配置数据错误布局 | iv_status_error
tv_status_error
tv_click_error | + | setOnErrorLayout(errorLayout: View) | 配置数据错误布局 | iv_status_error
tv_status_error
tv_click_error | + 2. 配置文字、字体颜色等属性 | 方法名 | 说明 |