Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raldeskrisnu authored Oct 14, 2020
1 parent 615c2f5 commit 98a42a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@ dependencies {
.show();
## Hide button and also onclick listener
```
mGuideView.mMessageView.okButton.setVisibility(View.GONE);

mGuideView.mMessageView.okButton.onclickListener...
```
### DismissType Attribute
Expand Down

0 comments on commit 98a42a1

Please sign in to comment.