Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imkarl committed May 3, 2017
1 parent 4549219 commit 86fbd7f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,16 @@

# Introduce

- 默认状态
- 第二张图为`等待加载的状态`

![](https://github.com/ImKarl/WaitView/blob/master/captures/layout_default.png)

- 等待加载的状态

![](https://github.com/ImKarl/WaitView/blob/master/captures/layout_waitview.png)
<img src="https://raw.githubusercontent.com/ImKarl/WaitView/master/captures/layout_default.png" width="225" height="385" alt="默认状态"/> . <img src="https://raw.githubusercontent.com/ImKarl/WaitView/master/captures/layout_waitview.png" width="225" height="385" alt="等待加载的状态"/>


# Features

- 简单高效一句话完成所有控件的状态切换、恢复
- 兼容性强支持所有系统控件、自定义控件
- 可定制性自定义渲染规则,按需配置
- `简单高效` 一句话完成所有控件的状态切换、恢复
- `兼容性强` 支持所有系统控件、自定义控件
- `可定制性` 自定义渲染规则,按需配置


# Usage
Expand Down Expand Up @@ -80,4 +76,4 @@ controller.filter(filter);

- 更详细的案例

请查看 [sample](https://github.com/ImKarl/WaitView/blob/master/library/src/java/cn/imkarl/waitview/sample/MainActivity.java)
请查看 [sample](https://github.com/ImKarl/WaitView/blob/master/sample/src/main/java/cn/imkarl/waitview/sample/MainActivity.java)

0 comments on commit 86fbd7f

Please sign in to comment.