Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammert authored Jan 26, 2017
1 parent 97bc112 commit 70e666e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you want to use ConnectionStatusView
android:layout_height="48dp"
app:dismissOnComplete="true" />
```
If you want to use you own layout for statuses
If you want to use your own layout for status
```java
<iammert.com.library.StatusView
android:id="@+id/status"
Expand All @@ -35,7 +35,7 @@ statusView.setStatus(Status.COMPLETE);
statusView.setStatus(Status.IDLE);
```

If you want to dismiss automagically after on complete is called, then add ```app:dismissOnComplete="true"``` as attribute.
If you want to dismiss automagically after oncomplete is called, then add ```app:dismissOnComplete="true"``` as attribute.


License
Expand Down

0 comments on commit 70e666e

Please sign in to comment.