Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFinestArtist committed Dec 28, 2015
1 parent cea11d2 commit 43a6be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ iconSelector(@DrawableRes int selectorRes);
```

**Icon Options**
```java
showIconClose(boolean showIconClose);
disableIconClose(boolean disableIconClose);
showIconBack(boolean showIconBack);
Expand All @@ -147,6 +148,7 @@ showIconForward(boolean showIconForward);
disableIconForward(boolean disableIconForward);
showIconMenu(boolean showIconMenu);
disableIconMenu(boolean disableIconMenu);
```

**SwipeRefreshLayout Options**
```java
Expand Down

0 comments on commit 43a6be7

Please sign in to comment.