diff --git a/README.md b/README.md index 4a32c68..cb3d673 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ iconSelector(@DrawableRes int selectorRes); ``` **Icon Options** +```java showIconClose(boolean showIconClose); disableIconClose(boolean disableIconClose); showIconBack(boolean showIconBack); @@ -147,6 +148,7 @@ showIconForward(boolean showIconForward); disableIconForward(boolean disableIconForward); showIconMenu(boolean showIconMenu); disableIconMenu(boolean disableIconMenu); +``` **SwipeRefreshLayout Options** ```java