We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea11d2 commit 43a6be7Copy full SHA for 43a6be7
README.md
@@ -139,6 +139,7 @@ iconSelector(@DrawableRes int selectorRes);
139
```
140
141
**Icon Options**
142
+```java
143
showIconClose(boolean showIconClose);
144
disableIconClose(boolean disableIconClose);
145
showIconBack(boolean showIconBack);
@@ -147,6 +148,7 @@ showIconForward(boolean showIconForward);
147
148
disableIconForward(boolean disableIconForward);
149
showIconMenu(boolean showIconMenu);
150
disableIconMenu(boolean disableIconMenu);
151
+```
152
153
**SwipeRefreshLayout Options**
154
```java
0 commit comments