Skip to content

Commit

Permalink
docs: update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nukc committed Aug 24, 2017
1 parent 5b50a2c commit 4161e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ StateView 一个轻量级的控件, 继承自 `View`, 吸收了 `ViewStub` 的
利用 ```OnInflateListener``` 设置文本图像或者其它操作:
在 view 成功添加到 parent 的时候回调(每个 viewType 只回调一次)

```
```java
mStateView.setOnInflateListener(new StateView.OnInflateListener() {
@Override
public void onInflate(@StateView.ViewType int viewType, View view) {
Expand Down

0 comments on commit 4161e5b

Please sign in to comment.